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
|
| Managed Extensions for C++ | |
|---|
public: __property DynamicType* get_DynamicType();
public: __property void set_DynamicType(
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