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

Gets or Sets SMS is Verfied

Namespace:  OfficeClip.BusinessLayer.Account
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

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

See Also