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