Chili.Opf3 Send comments on this topic.
DynamicProperty Constructor(DynamicType,String)
See Also 
Chili.Opf3.DynamicProperties Namespace > DynamicProperty Class > DynamicProperty Constructor : DynamicProperty Constructor(DynamicType,String)




dynamicType
DynamicType associated with the dynamic property.
id
Identifier of the DynamicProperty.
Creates a new instance of the DynamicProperty Class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal dynamicType As DynamicType, _
   ByVal id As String _
)
Visual Basic (Usage)Copy Code
Dim dynamicType As DynamicType
Dim id As String
 
Dim instance As DynamicProperty(dynamicType, id)
C# 
public DynamicProperty( 
   DynamicType dynamicType,
   string id
)
Managed Extensions for C++ 
public: DynamicProperty( 
   DynamicType* dynamicType,
   string* id
)
C++/CLI 
public:
DynamicProperty( 
   DynamicType^ dynamicType,
   String^ id
)

Parameters

dynamicType
DynamicType associated with the dynamic property.
id
Identifier of the DynamicProperty.

Exceptions

ExceptionDescription
ArgumentNullExceptionId is null or dynamicType is null.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also