SearchServiceClient.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 SearchServiceClient
Dim value As String
value = instance.SearchServiceName
instance.SearchServiceName = value
Syntax
'Declaration
Public Property SearchServiceName As String
public string SearchServiceName { get; set; }
public:
virtual property String^ SearchServiceName {
String^ get () sealed;
void set (String^ value) sealed;
}
/** @property */
public final String get_SearchServiceName ()
/** @property */
public final void set_SearchServiceName (String value)
public final function get SearchServiceName () : String
public final 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
SearchServiceClient Class
SearchServiceClient Members
Microsoft.Azure.Search Namespace