SecretNET.Token Namespace

GetAllowanceResponse_Result..::..Expiration Property

Time at which the allowance expires. Counts the number of seconds from epoch, 1.1.1970 encoded as uint64.

Namespace:  SecretNET.Token
Assembly:  SecretNET.Token (in SecretNET.Token.dll)

Syntax


public Nullable<int> Expiration { get; set; }
Public Property Expiration As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int^> Expiration {
	Nullable<int^> get ();
	void set (Nullable<int^> value);
}

Field Value

The expiration.