IWSManSession.Get(Object, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get method of IWSManSession interface.
[System.Runtime.InteropServices.DispId(1)]
public string Get(object resourceUri, int flags);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member Get : obj * int -> string
Public Function Get (resourceUri As Object, flags As Integer) As String
Parameters
- resourceUri
- Object
- flags
- Int32
Returns
- Attributes
Remarks
An original IDL definition of Get method was the following: HRESULT Get (VARIANT resourceUri, [optional, defaultvalue(0)] long flags, [out, retval] BSTR* ReturnValue);