PSRemotingActivity.SupportsCustomRemoting 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.
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