ActionGroupWebhookProperties.CopyFrom 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.
Overloads
CopyFrom(IDictionary) | |
CopyFrom(PSObject) |
CopyFrom(IDictionary)
public void CopyFrom (System.Collections.IDictionary source);
member this.CopyFrom : System.Collections.IDictionary -> unit
Public Sub CopyFrom (source As IDictionary)
Parameters
- source
- IDictionary
Applies to
CopyFrom(PSObject)
public void CopyFrom (System.Management.Automation.PSObject source);
member this.CopyFrom : System.Management.Automation.PSObject -> unit
Public Sub CopyFrom (source As PSObject)
Parameters
- source
- PSObject