CrmOrgByServer Class

Definition

Describes a Single Organization returned from a CRM Discovery server

public ref class CrmOrgByServer sealed : System::ComponentModel::INotifyPropertyChanged
public sealed class CrmOrgByServer : System.ComponentModel.INotifyPropertyChanged
type CrmOrgByServer = class
    interface INotifyPropertyChanged
Public NotInheritable Class CrmOrgByServer
Implements INotifyPropertyChanged
Inheritance
CrmOrgByServer
Implements

Constructors

CrmOrgByServer()

Properties

DiscoveryServer

This is the URI needed to connect to the Organization

DiscoveryServerName

This is the name assigned to the Discovery Server, this is used to visual separate organizations returned by Discovery server used, or Premise solutions.

FriendlyName

This is the display name for the organization that a user sees when working in CRM

OrgDetail

This is the details of the Organization, returned directly from CRM

UniqueOrgName

This is the actual name for the organization in CRM, and is required to connect to CRM

UrlHostName

This is the actual name for the organization in CRM, and is required to connect to CRM

Events

PropertyChanged

WCF EVENT hook

Applies to