CrmOrgList.OrgsList Property
Applies To: Dynamics CRM 2015
List of Orgs
Namespace: Microsoft.Xrm.Tooling.Connector.Model
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public ObservableCollection<CrmOrgByServer> OrgsList { get; internal set; }
public:
property ObservableCollection<CrmOrgByServer^>^ OrgsList {
ObservableCollection<CrmOrgByServer^>^ get();
internal: void set(ObservableCollection<CrmOrgByServer^>^ value);
}
member OrgsList : ObservableCollection<CrmOrgByServer> with get, internal set
Public Property OrgsList As ObservableCollection(Of CrmOrgByServer)
Get
Friend Set
End Property
Property Value
Type: System.Collections.ObjectModel.ObservableCollection<CrmOrgByServer>
See Also
CrmOrgList Class
Microsoft.Xrm.Tooling.Connector.Model Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright