CrmServiceClient.PickListMetaElement Constructor (String, String, String)
Applies To: Dynamics CRM 2015
Constructs a PickList item with data.
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public PickListMetaElement(
string actualValue,
string displayValue,
string pickListLabel
)
public:
PickListMetaElement(
String^ actualValue,
String^ displayValue,
String^ pickListLabel
)
new :
actualValue:string *
displayValue:string *
pickListLabel:string -> PickListMetaElement
Public Sub New (
actualValue As String,
displayValue As String,
pickListLabel As String
)
Parameters
- actualValue
Type: System.String
- displayValue
Type: System.String
- pickListLabel
Type: System.String
See Also
CrmServiceClient.PickListMetaElement Overload
CrmServiceClient.PickListMetaElement Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright