.NET Framework Class Library
WorkingSet.GetCurrentWSQuery Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > WorkingSet Class > WorkingSet Methods > .NET Framework Class Library |
Returns the current Working Set query.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetCurrentWSQuery As String |
C# |
|---|
public string GetCurrentWSQuery() |
Visual C++ |
|---|
public: String^ GetCurrentWSQuery() |
JavaScript |
|---|
function getCurrentWSQuery(); |
Return Value
working set query string
Remarks
See Also