Description
The long description of the object.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property LongDescription() As String
|
| [C#] |
|---|
public string LongDescription {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_LongDescription(); public: __property void set_LongDescription(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LongDescription(
BSTR * pDescription
);
public: HRESULT put_LongDescription(
BSTR NewDescription
);
|
| [Java] |
|---|
public String getLongDescription();
public void setLongDescription(
String
);
|
See Also