Gets or sets a key that indicates that query results should be limited to the number of specified results. 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.LimitResultsKey

instance.LimitResultsKey = value

Syntax

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

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

DebuggerStepThroughAttribute 
public function set LimitResultsKey (value : String)

Property Value

Key string.

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