StorageCloudCmdletBase<T>.ShareChannel 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 a flag indicating whether CreateChannel should share the command's current Channel when asking for a new one. This is only used for testing.
public bool ShareChannel { get; set; }
member this.ShareChannel : bool with get, set
Public Property ShareChannel As Boolean