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