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
PickListMetaElement() |
Default Constructor |
PickListMetaElement(String, String, String) |
Constructs a PickList item with data. |
PickListMetaElement()
Default Constructor
public PickListMetaElement ();
Public Sub New ()
Applies to
PickListMetaElement(String, String, String)
Constructs a PickList item with data.
public PickListMetaElement (string actualValue, string displayValue, string pickListLabel);
new Microsoft.PowerPlatform.Dataverse.Client.Extensions.PickListMetaElement : string * string * string -> Microsoft.PowerPlatform.Dataverse.Client.Extensions.PickListMetaElement
Public Sub New (actualValue As String, displayValue As String, pickListLabel As String)
Parameters
- actualValue
- String
- displayValue
- String
- pickListLabel
- String