This function creates a new text variable property of the given type.
            The name must be unique and not in use in the current context.
            
    Namespace: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
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





