Label.LocalizedLabels 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 the collection of localized labels.
public:
property Microsoft::Xrm::Sdk::LocalizedLabelCollection ^ LocalizedLabels { Microsoft::Xrm::Sdk::LocalizedLabelCollection ^ get(); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.LocalizedLabelCollection LocalizedLabels { get; }
[<System.Runtime.Serialization.DataMember>]
member this.LocalizedLabels : Microsoft.Xrm.Sdk.LocalizedLabelCollection
Public ReadOnly Property LocalizedLabels As LocalizedLabelCollection
Property Value
The collection of localized labels.
- Attributes