Partager via


CrmOrgByServer Class

Definition

Describes a Single Organization returned from a CRM Discovery server

public ref class CrmOrgByServer : System::ComponentModel::INotifyPropertyChanged
public class CrmOrgByServer : System.ComponentModel.INotifyPropertyChanged
type CrmOrgByServer = class
    interface INotifyPropertyChanged
Public 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

OrdDetail

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

UniqueOrdName

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

Methods

ToString()

Display name for this object.

Events

PropertyChanged

Applies to