DiscoveryServers.GetServerByShortName(String) 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 a Server by Name in the List or return null.
public Microsoft.PowerPlatform.Dataverse.Client.Model.DiscoveryServer GetServerByShortName (string shortName);
member this.GetServerByShortName : string -> Microsoft.PowerPlatform.Dataverse.Client.Model.DiscoveryServer
Public Function GetServerByShortName (shortName As String) As DiscoveryServer
Parameters
- shortName
- String
Short Name of the server you are looking for
Returns
DiscoveryServer Data or Null