Specifies the identifier of the
DynamicProperty.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Id As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As DynamicProperty
Dim value As String
instance.Id = value
value = instance.Id
|
| C# | |
|---|
public string Id {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property string* get_Id();
public: __property void set_Id(
string* value
); |
| C++/CLI | |
|---|
public:
property String^ Id {
String^ get();
void set (String^ value);
} |
Return Value
A string that represents the identifier of the
DynamicProperty.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also