| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal dynamicType As DynamicType, _ ByVal id As String _ ) | |
| Visual Basic (Usage) | |
|---|---|
| |
| 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.
| Exception | Description |
|---|---|
| ArgumentNullException | Id is null or dynamicType is null. |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family