Dela via


CrmServiceClient.PickListMetaElement.Items Property

Definition

Array of Potential Pick List Items.

public:
 property System::Collections::Generic::List<Microsoft::Xrm::Tooling::Connector::CrmServiceClient::PickListItem ^> ^ Items { System::Collections::Generic::List<Microsoft::Xrm::Tooling::Connector::CrmServiceClient::PickListItem ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Xrm::Tooling::Connector::CrmServiceClient::PickListItem ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Xrm.Tooling.Connector.CrmServiceClient.PickListItem> Items { get; set; }
member this.Items : System.Collections.Generic.List<Microsoft.Xrm.Tooling.Connector.CrmServiceClient.PickListItem> with get, set
Public Property Items As List(Of CrmServiceClient.PickListItem)

Property Value

Applies to