PSRemotingActivity.SupportsCustomRemoting Property

Definition

Declares whether this command supports its own custom remoting. Commands that support their own custom remoting should return TRUE from this property, and use the PSComputerName parameter as required when the 'PSRemotingBehavior' argument is set to 'Custom'.

protected:
 virtual property bool SupportsCustomRemoting { bool get(); };
protected:
 virtual property bool SupportsCustomRemoting { bool get(); };
protected virtual bool SupportsCustomRemoting { get; }
member this.SupportsCustomRemoting : bool
Protected Overridable ReadOnly Property SupportsCustomRemoting As Boolean

Property Value

Applies to