CmdletCommonMetadataAttribute.RemotingCapability Property
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.
Gets or sets the RemotingBehavior value that declares how this cmdlet should interact with ambient remoting.
public:
property System::Management::Automation::RemotingCapability RemotingCapability { System::Management::Automation::RemotingCapability get(); void set(System::Management::Automation::RemotingCapability value); };
public System.Management.Automation.RemotingCapability RemotingCapability { get; set; }
member this.RemotingCapability : System.Management.Automation.RemotingCapability with get, set
Public Property RemotingCapability As RemotingCapability