Gets or sets a GUID for the query. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As QueryDescription
Dim value As Guid

value = instance.QueryId

instance.QueryId = value

Syntax

Visual Basic
<XmlIgnoreAttribute> _
Public Property QueryId As Guid
C#
[XmlIgnoreAttribute] 
public Guid QueryId { get; set; }
C++
[XmlIgnoreAttribute] 
public:
property Guid QueryId {
		Guid get ();
		void set (Guid value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public Guid get_QueryId ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_QueryId (Guid value)
JScript
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