IWSManSession.Put(Object, String, 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.
Put
method of IWSManSession
interface.
[System.Runtime.InteropServices.DispId(2)]
public string Put (object resourceUri, string resource, int flags);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Put : obj * string * int -> string
Public Function Put (resourceUri As Object, resource As String, flags As Integer) As String
Parameters
- resourceUri
- Object
- resource
- String
- flags
- Int32
Returns
- Attributes
Remarks
An original IDL definition of Put
method was the following: HRESULT Put (VARIANT resourceUri, BSTR resource, [optional, defaultvalue(0)] long flags, [out, retval] BSTR* ReturnValue)
;