Gets or sets a key for the class that is retrieved from 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 String

value = instance.LimitResultsCountKey

instance.LimitResultsCountKey = value

Syntax

Visual Basic
<XmlElementAttribute("LimitResultsCountKey")> _
Public Property LimitResultsCountKey As String
C#
[XmlElementAttribute("LimitResultsCountKey")] 
public string LimitResultsCountKey { get; set; }
C++
[XmlElementAttribute(L"LimitResultsCountKey")] 
public:
property String^ LimitResultsCountKey {
		String^ get ();
		void set (String^ value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_LimitResultsCountKey ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_LimitResultsCountKey (String value)
JScript
DebuggerStepThroughAttribute 
public function get LimitResultsCountKey () : String

DebuggerStepThroughAttribute 
public function set LimitResultsCountKey (value : String)

Property Value

Class key string.

Remarks

If your application does not set this property, the framework detects the class by using a property that is included in the object in scope. Use of this default behavior can be useful when the same base class is retrieved by using different derived class types.


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