IWSManSession.Get(Object, Int32) Method

Definition

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

Applies to