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