Allows the user to access or change the component category (Folder).
Read-write property
[Visual Basic .NET] |
---|
Public Property Category() As String |
[C#] |
---|
public string Category {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Category(); |
[Unmanaged C++] |
---|
public: HRESULT get_Category( BSTR * pRetVal ); public: HRESULT put_Category( BSTR Category ); |
[Java] |
---|
public String getCategory(); public void setCategory( String ); |