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

Sets the string value of the profile property

Namespace:  OfficeClip.BusinessLayer.Framework.Profile
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
protected void SetString(
	int index,
	string value
)
Visual Basic (Declaration)
Protected Sub SetString ( _
	index As Integer, _
	value As String _
)
Visual C++
protected:
void SetString(
	int index, 
	String^ value
)

Parameters

index
Type: System..::.Int32
The index of the property
value
Type: System..::.String
The value of the property

See Also