IWSManEx.CreateResourceLocator(String) 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.
CreateResourceLocator
method of IWSManEx
interface.
[System.Runtime.InteropServices.DispId(5)]
public object CreateResourceLocator (string strResourceLocator);
[<System.Runtime.InteropServices.DispId(5)>]
abstract member CreateResourceLocator : string -> obj
Public Function CreateResourceLocator (strResourceLocator As String) As Object
Parameters
- strResourceLocator
- String
Returns
- Attributes
Remarks
An original IDL definition of CreateResourceLocator
method was the following: HRESULT CreateResourceLocator ([optional, defaultvalue(string.Empty)] BSTR strResourceLocator, [out, retval] IDispatch** ReturnValue)
;