Chili.Opf3 Send comments on this topic.
DynamicType Property
See Also 
Chili.Opf3.DynamicProperties Namespace > DynamicProperty Class : DynamicType Property




Returns the associated DynamicType. If no DynamicType has been set returns null.

Syntax

Visual Basic (Declaration) 
Public Property DynamicType As DynamicType
Visual Basic (Usage)Copy Code
Dim instance As DynamicProperty
Dim value As DynamicType
 
instance.DynamicType = value
 
value = instance.DynamicType
C# 
public DynamicType DynamicType {get; set;}
Managed Extensions for C++ 
public: __property DynamicType* get_DynamicType();
public: __property void set_DynamicType( 
   DynamicType* value
);
C++/CLI 
public:
property DynamicType^ DynamicType {
   DynamicType^ get();
   void set (DynamicType^ value);
}

Return Value

Associated DynamicType or null if none has been set.

Requirements

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

See Also