CrmOnlineDiscoveryServers.GetServerShortNameByDisplayName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Finds the server short name by server uri
public string GetServerShortNameByDisplayName (string serverDisplayName, bool isO365 = false);
member this.GetServerShortNameByDisplayName : string * bool -> string
Public Function GetServerShortNameByDisplayName (serverDisplayName As String, Optional isO365 As Boolean = false) As String
Parameters
- serverDisplayName
- String
Name of the Server to find
- isO365
- Boolean
if set, uses the office 365 server list.