OrgByServer 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 Single Organization returned from a Discovery server
public sealed class OrgByServer : System.ComponentModel.INotifyPropertyChanged
type OrgByServer = class
interface INotifyPropertyChanged
Public NotInheritable Class OrgByServer
Implements INotifyPropertyChanged
- Inheritance
-
OrgByServer
- Implements
Constructors
OrgByServer() |
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 Dataverse |
OrgDetail |
This is the details of the Organization, returned directly from Dataverse |
UniqueOrgName |
This is the actual name for the organization in Dataverse, and is required to connect to Dataverse |
UrlHostName |
This is the actual name for the organization in Dataverse, and is required to connect to Dataverse |
Events
PropertyChanged |
WCF EVENT hook |