UpdateStateValueRequest.Label 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.
Gets or sets the display label for this statecode option that is specified by the Value property. Optional.
public:
property Microsoft::Xrm::Sdk::Label ^ Label { Microsoft::Xrm::Sdk::Label ^ get(); void set(Microsoft::Xrm::Sdk::Label ^ value); };
public Microsoft.Xrm.Sdk.Label Label { get; set; }
member this.Label : Microsoft.Xrm.Sdk.Label with get, set
Public Property Label As Label
Property Value
The display label for this statecode option that is specified by the Value property. Optional.