Share via


CrmOrgByServer Class

 

Applies To: Dynamics CRM 2015

Describes a Single Organization returned from a CRM Discovery server

Namespace:   Microsoft.Xrm.Tooling.Connector.Model
Assembly:  Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Tooling.Connector.Model.CrmOrgByServer

Syntax

public sealed class CrmOrgByServer : INotifyPropertyChanged
public ref class CrmOrgByServer sealed : INotifyPropertyChanged
[<Sealed>]
type CrmOrgByServer = 
    class
        interface INotifyPropertyChanged
    end
Public NotInheritable Class CrmOrgByServer
    Implements INotifyPropertyChanged

Constructors

Name Description
System_CAPS_pubmethod CrmOrgByServer()

Properties

Name Description
System_CAPS_pubproperty DiscoveryServer

This is the URI needed to connect to the Organization

System_CAPS_pubproperty 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.

System_CAPS_pubproperty FriendlyName

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

System_CAPS_pubproperty OrgDetail

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

System_CAPS_pubproperty UniqueOrgName

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent PropertyChanged

WCF EVENT hook

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Xrm.Tooling.Connector.Model Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright