LabelQueryExpression.FilterLanguages Property

Definition

Gets the LCID values for localized labels to be retrieved for metadata items.

public:
 property Microsoft::Xrm::Sdk::DataCollection<int> ^ FilterLanguages { Microsoft::Xrm::Sdk::DataCollection<int> ^ get(); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.DataCollection<int> FilterLanguages { get; }
[<System.Runtime.Serialization.DataMember>]
member this.FilterLanguages : Microsoft.Xrm.Sdk.DataCollection<int>
Public ReadOnly Property FilterLanguages As DataCollection(Of Integer)

Property Value

The LCID values for localized labels to be retrieved for metadata items.

Attributes

Remarks

This value is read-only. Use the DataCollection<T> methods to set the values.

Applies to