ISearchServiceClient.SearchServiceName Property

Gets or sets the name of the Azure Search service.

Namespace: Microsoft.Azure.Search
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)

Usage

'Usage
Dim instance As ISearchServiceClient
Dim value As String

value = instance.SearchServiceName

instance.SearchServiceName = value

Syntax

'Declaration
Property SearchServiceName As String
string SearchServiceName { get; set; }
property String^ SearchServiceName {
    String^ get ();
    void set (String^ value);
}
/** @property */
String get_SearchServiceName ()

/** @property */
void set_SearchServiceName (String value)
function get SearchServiceName () : String

function set SearchServiceName (value : String)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

ISearchServiceClient Interface
ISearchServiceClient Members
Microsoft.Azure.Search Namespace