Compartir a través de


QueryMetadata.ComponentState Property

Definition

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).

Applies to