Name of this search profile.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property ProfileName() As String
|
| [C#] |
|---|
public string ProfileName {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_ProfileName();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ProfileName(
|
| [Java] |
|---|
public String getProfileName();
|