PickListItem 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
PickListItem() |
Default Constructor |
PickListItem(String, Int32) |
Constructor with data. |
PickListItem()
Default Constructor
public PickListItem ();
Public Sub New ()
Applies to
PickListItem(String, Int32)
Constructor with data.
public PickListItem (string label, int id);
new Microsoft.PowerPlatform.Dataverse.Client.Extensions.PickListItem : string * int -> Microsoft.PowerPlatform.Dataverse.Client.Extensions.PickListItem
Public Sub New (label As String, id As Integer)
Parameters
- label
- String
- id
- Int32