Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Array of Potential Pick List Items.
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public List<CrmServiceClient.PickListItem> Items { get; set; }
public:
property List<CrmServiceClient::PickListItem^>^ Items {
List<CrmServiceClient::PickListItem^>^ get();
void set(List<CrmServiceClient::PickListItem^>^ value);
}
member Items : List<CrmServiceClient.PickListItem> with get, set
Public Property Items As List(Of CrmServiceClient.PickListItem)
Property Value
Type: System.Collections.Generic.List<CrmServiceClient.PickListItem>
See Also
CrmServiceClient.PickListMetaElement Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright