[This is preliminary documentation and is subject to change.]

Determines how long the account is valid

Namespace: OfficeClip.BusinessLayer.Account
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer.dll)
Version: 7.3.2.0

Syntax

C#
public DateTime ValidUptoTimestamp{ get; set;}
Visual Basic (Declaration)
Public Property ValidUptoTimestamp As DateTime
Visual C++
public:
property DateTime ValidUptoTimestamp {
	DateTime get ();
	void set (DateTime value);
}

See Also