CrmServiceClient.PickListMetaElement Constructors
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.
Overloads
CrmServiceClient.PickListMetaElement() |
Default Constructor |
CrmServiceClient.PickListMetaElement(String, String, String) |
Constructs a PickList item with data. |
CrmServiceClient.PickListMetaElement()
Default Constructor
public:
PickListMetaElement();
public PickListMetaElement ();
Public Sub New ()
Applies to
CrmServiceClient.PickListMetaElement(String, String, String)
Constructs a PickList item with data.
public:
PickListMetaElement(System::String ^ actualValue, System::String ^ displayValue, System::String ^ pickListLabel);
public PickListMetaElement (string actualValue, string displayValue, string pickListLabel);
new Microsoft.Xrm.Tooling.Connector.CrmServiceClient.PickListMetaElement : string * string * string -> Microsoft.Xrm.Tooling.Connector.CrmServiceClient.PickListMetaElement
Public Sub New (actualValue As String, displayValue As String, pickListLabel As String)
Parameters
- actualValue
- String
- displayValue
- String
- pickListLabel
- String