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
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