Share via


QueryDescription.QueryId Property

Gets or sets a GUID for the query.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As QueryDescription
Dim value As Guid

value = instance.QueryId

instance.QueryId = value

Syntax

'Declaration
<XmlIgnoreAttribute> _
Public Property QueryId As Guid
[XmlIgnoreAttribute] 
public Guid QueryId { get; set; }
[XmlIgnoreAttribute] 
public:
property Guid QueryId {
    Guid get ();
    void set (Guid value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public Guid get_QueryId ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_QueryId (Guid value)
DebuggerStepThroughAttribute 
public function get QueryId () : Guid

DebuggerStepThroughAttribute 
public function set QueryId (value : Guid)

Property Value

Query GUID.

Remarks

The query GUID is used to keep actions separate from one another so that they are guaranteed unique for all nodes.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

QueryDescription Class
QueryDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace