CrmOnlineDiscoveryServer Class
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.
Describes a discovery server that can be used to determine what organizations a user is a member of.
public ref class CrmOnlineDiscoveryServer : System::ComponentModel::INotifyPropertyChanged
public class CrmOnlineDiscoveryServer : System.ComponentModel.INotifyPropertyChanged
type CrmOnlineDiscoveryServer = class
interface INotifyPropertyChanged
Public Class CrmOnlineDiscoveryServer
Implements INotifyPropertyChanged
- Inheritance
-
CrmOnlineDiscoveryServer
- Implements
Constructors
CrmOnlineDiscoveryServer() |
Default constructor |
CrmOnlineDiscoveryServer(ServerInfo) |
Accepts a Server Info object |
Properties
DiscoveryServer |
Discovery server Uri, this is the URI necessary to connect to the Discovery server |
DisplayName |
Display name of the Discovery Server |
GeoCode |
Geo that hosts this Disco endpoint |
RegionalGlobalDiscoveryServer |
Server used to override the regional discovery server, if present its treated as using the Global Discovery server |
RequiresRegionalDiscovery |
When true, the global discovery server cannot be used to locate this instance, it must be a regional discovery query |
ShortName |
Short name of the Discovery Server, this is used to store the server in the users config for later use. |
Events
PropertyChanged |
Raised when a property changes |