This function creates a new field property of the given type. The name must be unique and not in use in the current context.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
IInfigoProperty CreateProperty(
	string strName,
	InfigoPropertyType type
)
Visual Basic (Declaration)
Function CreateProperty ( _
	strName As String, _
	type As InfigoPropertyType _
) As IInfigoProperty
Visual C++
IInfigoProperty^ CreateProperty(
	String^ strName, 
	InfigoPropertyType type
)

Parameters

strName
Type: System..::.String
The new property name
type
Type: InfigoSDK..::.InfigoPropertyType
The property type

Return Value

Returns the new created property or null.

See Also