Gets the query string component of the report URL.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
Dim instance As ReportDescription
Dim value As List(Of String)
value = instance.QueryString
|
Syntax
Visual Basic |
<XmlAttributeAttribute("QueryString")> _
Public ReadOnly Property QueryString As List(Of String)
|
C# |
[XmlAttributeAttribute("QueryString")]
public List<string> QueryString { get; }
|
C++ |
[XmlAttributeAttribute(L"QueryString")]
public:
property List<String^>^ QueryString {
List<String^>^ get ();
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public List<String> get_QueryString ()
|
JScript |
DebuggerStepThroughAttribute
public function get QueryString () : List<String>
|
Property Value
System.Collections.Generic.List object that represents strings that
are included in the query 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