| ProvisioningActionLastTryTime Property  | 
 
            Gets or sets the last try time.
            
 
    Namespace: 
   Atomia.Billing.Core.Sdk.BusinessObjects
    Assembly:
   Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
 Syntax
Syntaxpublic Nullable<DateTime> LastTryTime { get; set; }Public Property LastTryTime As Nullable(Of DateTime)
	Get
	Set
public:
property Nullable<DateTime> LastTryTime {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}member LastTryTime : Nullable<DateTime> with get, set
Property Value
Type: 
NullableDateTimeThe last try time.
 See Also
See Also