Description
The short description of the object.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ShortDescription() As String
|
| [C#] |
|---|
public string ShortDescription {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_ShortDescription(); public: __property void set_ShortDescription(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ShortDescription(
BSTR * pDescription
);
public: HRESULT put_ShortDescription(
BSTR NewDescription
);
|
| [Java] |
|---|
public String getShortDescription();
public void setShortDescription(
String
);
|
See Also