LabelQueryExpression.MissingLabelBehavior Property
Applies To: Dynamics CRM 2015
When this optional parameter is set to 1, the query will include labels for the base language if the label for the requested language is not there.
Namespace: Microsoft.Xrm.Sdk.Metadata.Query
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute(Order = 60)]
public Nullable<int> MissingLabelBehavior { get; set; }
public:
[DataMemberAttribute(Order = 60)]
property Nullable<int> MissingLabelBehavior {
Nullable<int> get();
void set(Nullable<int> value);
}
[<DataMemberAttribute(Order = 60)>]
member MissingLabelBehavior : Nullable<int> with get, set
<DataMemberAttribute(Order := 60)>
Public Property MissingLabelBehavior As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
Type: Int32.
See Also
LabelQueryExpression Class
Microsoft.Xrm.Sdk.Metadata.Query Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright