IWSManSession.Identify(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.
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);