Returns the site name calling the
plugin.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property SiteName() As String
|
| [C#] |
|---|
public string SiteName {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_SiteName();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_SiteName(
|
| [Java] |
|---|
public String getSiteName();
|