The value of the accessible object.
| C# | Visual Basic | Visual C++ |
public string Value { get; set; }
Public Property Value As String
public: property String^ Value { String^ get (); void set (String^ value); }
| Exception | Condition |
|---|---|
| SetAttributeFailedException | Thrown if setting the attribute value failed. |
