Gets or sets the description of the template.
Read-write property
[Visual Basic .NET] |
---|
Public Property Description() As String |
[C#] |
---|
public string Description {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Description(); |
[Unmanaged C++] |
---|
public: HRESULT get_Description( BSTR * pVal ); public: HRESULT put_Description( BSTR Description ); |
[Java] |
---|
public String getDescription(); public void setDescription( String ); |