[This is preliminary documentation and is subject to change.]
Sets the boolean value of the property
Namespace:
OfficeClip.BusinessLayer.Framework.ProfileAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
protected void SetBool( int index, bool value ) |
Visual Basic (Declaration) |
---|
Protected Sub SetBool ( _ index As Integer, _ value As Boolean _ ) |
Visual C++ |
---|
protected: void SetBool( int index, bool value ) |
Parameters
- index
- Type: System..::.Int32
The index of the property
- value
- Type: System..::.Boolean
The value of the property