Gets or sets the name of the attribute.
Read-write property
[Visual Basic .NET] |
---|
Public Property Attribute() As String |
[C#] |
---|
public string Attribute {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Attribute(); |
[Unmanaged C++] |
---|
public: HRESULT get_Attribute( BSTR * pVal ); public: HRESULT put_Attribute( BSTR InVal ); |
[Java] |
---|
public String getAttribute(); public void setAttribute( String ); |