Gets the content associated with this
feature.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Content() As String
|
| [C#] |
|---|
public string Content {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_Content();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Content(
|
| [Java] |
|---|
public String getContent();
|