ReportDescription.QueryString Property
Gets the query string component of the report URL.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ReportDescription
Dim value As List(Of String)
value = instance.QueryString
Syntax
'Declaration
<XmlAttributeAttribute("QueryString")> _
Public ReadOnly Property QueryString As List(Of String)
[XmlAttributeAttribute("QueryString")]
public List<string> QueryString { get; }
[XmlAttributeAttribute(L"QueryString")]
public:
property List<String^>^ QueryString {
List<String^>^ get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public List<String> get_QueryString ()
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
Reference
ReportDescription Class
ReportDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace