| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Id As String | |
| C# | |
|---|---|
public string Id {get;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property string* get_Id(); | |
Property Value
Returns a string containing the Id value assigned to the Variable.This property is read-only, and can only be set in the constructor.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code