Label.LocalizedLabels Property
Applies To: Dynamics CRM 2015
Gets the collection of localized labels.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public LocalizedLabelCollection LocalizedLabels { get; private set; }
public:
[DataMemberAttribute]
property LocalizedLabelCollection^ LocalizedLabels {
LocalizedLabelCollection^ get();
private: void set(LocalizedLabelCollection^ value);
}
[<DataMemberAttribute>]
member LocalizedLabels : LocalizedLabelCollection with get, private set
<DataMemberAttribute>
Public Property LocalizedLabels As LocalizedLabelCollection
Get
Private Set
End Property
Property Value
Type: Microsoft.Xrm.Sdk.LocalizedLabelCollection
Type: LocalizedLabelCollection
The collection of localized labels.
See Also
Label Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright