Label.UserLocalizedLabel 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 set the label for the language of the current user.
public:
property Microsoft::Xrm::Sdk::LocalizedLabel ^ UserLocalizedLabel { Microsoft::Xrm::Sdk::LocalizedLabel ^ get(); void set(Microsoft::Xrm::Sdk::LocalizedLabel ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.LocalizedLabel UserLocalizedLabel { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.UserLocalizedLabel : Microsoft.Xrm.Sdk.LocalizedLabel with get, set
Public Property UserLocalizedLabel As LocalizedLabel
Property Value
The label for the language of the current user.
- Attributes