ClaimsHomeRealmOptions.Items Property
Applies To: Dynamics CRM 2015
Namespace: Microsoft.Xrm.Tooling.CrmConnectControl.Model
Assembly: Microsoft.Xrm.Tooling.CrmConnectControl (in Microsoft.Xrm.Tooling.CrmConnectControl.dll)
Syntax
public ObservableCollection<ClaimsHomeRealmOptionsHomeRealm> Items { get; set; }
public:
property ObservableCollection<ClaimsHomeRealmOptionsHomeRealm^>^ Items {
ObservableCollection<ClaimsHomeRealmOptionsHomeRealm^>^ get();
void set(ObservableCollection<ClaimsHomeRealmOptionsHomeRealm^>^ value);
}
member Items : ObservableCollection<ClaimsHomeRealmOptionsHomeRealm> with get, set
Public Property Items As ObservableCollection(Of ClaimsHomeRealmOptionsHomeRealm)
Property Value
Type: System.Collections.ObjectModel.ObservableCollection<ClaimsHomeRealmOptionsHomeRealm>
See Also
ClaimsHomeRealmOptions Class
Microsoft.Xrm.Tooling.CrmConnectControl.Model Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright