CrmServiceClient.PickListItem.DisplayLabel Property
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.
Display label for the PickList Item
public:
property System::String ^ DisplayLabel { System::String ^ get(); void set(System::String ^ value); };
public string DisplayLabel { get; set; }
member this.DisplayLabel : string with get, set
Public Property DisplayLabel As String