QueryDescription.LimitResultsKey Property
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
'Usage
Dim instance As QueryDescription
Dim value As String
value = instance.LimitResultsKey
instance.LimitResultsKey = value
Syntax
'Declaration
<XmlElementAttribute("LimitResultsKey", IsNullable:=False)> _
Public Property LimitResultsKey As String
[XmlElementAttribute("LimitResultsKey", IsNullable=false)]
public string LimitResultsKey { get; set; }
[XmlElementAttribute(L"LimitResultsKey", IsNullable=false)]
public:
property String^ LimitResultsKey {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_LimitResultsKey ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_LimitResultsKey (String value)
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
Reference
QueryDescription Class
QueryDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace