| Visual Basic (Declaration) | |
|---|---|
Overloads Public Property Item( _ ByVal id As String _ ) As DynamicProperty | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public DynamicProperty Item( string id ) {get; set;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property DynamicProperty* get_Item( string* id ); public: __property void set_Item( string* id, DynamicProperty* value ); | |
| C++/CLI | |
|---|---|
public: property DynamicProperty^ Item { DynamicProperty^ get(String^ id); void set (String^ id, DynamicProperty^ value); } | |
Parameters
- id
- Identifier of the item that is modified.
Return Value
The DynamicProperty with the given id.Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family