LabelQueryExpression.MissingLabelBehavior Property

Definition

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.

public:
 property Nullable<int> MissingLabelBehavior { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember(Order=60)]
public int? MissingLabelBehavior { get; set; }
[<System.Runtime.Serialization.DataMember(Order=60)>]
member this.MissingLabelBehavior : Nullable<int> with get, set
Public Property MissingLabelBehavior As Nullable(Of Integer)

Property Value

Attributes

Applies to