LabelQueryExpression.FilterLanguages 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 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.