QueryMetadata.ComponentState 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.
The component state of the query.
public:
property int ComponentState { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int ComponentState { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ComponentState : int with get, set
Public Property ComponentState As Integer
Property Value
- Attributes
Remarks
This maps to the platform component state (0 = Published, 1 = Unpublished/Draft).