CrmOnlineDiscoveryServers 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.
CRM online Discovery server enumeration This is accurate at the time of release of the CRM 2011 Online system. This may changed in the future. Checked the CRM SDK for the most current list.
public ref class CrmOnlineDiscoveryServers : IDisposable, System::ComponentModel::INotifyPropertyChanged
public class CrmOnlineDiscoveryServers : IDisposable, System.ComponentModel.INotifyPropertyChanged
type CrmOnlineDiscoveryServers = class
interface INotifyPropertyChanged
interface IDisposable
Public Class CrmOnlineDiscoveryServers
Implements IDisposable, INotifyPropertyChanged
- Inheritance
-
CrmOnlineDiscoveryServers
- Implements
Constructors
CrmOnlineDiscoveryServers() |
Default constructor, Builds baseline data for the Servers. |
Properties
OSDPServers |
Public Property to Access Office 365 discovery servers |
Servers |
Public Property to Access the Servers available. |
Methods
Dispose() |
Clean up |
Dispose(Boolean) |
Clean up |
GetServerByOrgUrl(Uri) |
Parses an OrgURI to determin what the supporting discovery server is. |
GetServerByShortName(String, Boolean) |
Finds a Server by Name in the List or return null. |
GetServerShortNameByDisplayName(String, Boolean) |
Finds the server short name by server uri |
Events
PropertyChanged |
Raised when a property changes |