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