Partilhar via


IWSManSession.Identify(Int32) Method

Definition

Identify method of IWSManSession interface.

[System.Runtime.InteropServices.DispId(7)]
public string Identify (int flags);
[<System.Runtime.InteropServices.DispId(7)>]
abstract member Identify : int -> string
Public Function Identify (flags As Integer) As String

Parameters

flags
Int32

Returns

Attributes

Remarks

An original IDL definition of Identify method was the following: HRESULT Identify ([optional, defaultvalue(0)] long flags, [out, retval] BSTR* ReturnValue);

Applies to