[This is preliminary documentation and is subject to change.]
Shows whether the user has read the terms and conditions. Valid values are "Y" (read terms
and conditions) and "N" (not read the terms and conditions).
Namespace:
OfficeClip.BusinessLayer.AccountAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public bool ReadTermsCond { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ReadTermsCond As Boolean |
| Visual C++ |
|---|
public: property bool ReadTermsCond { bool get (); void set (bool value); } |
