INetworkSecurityRule.SourcePortRanges 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 the source port ranges that the rule applies to, in the format "##-##", where "" means "any".
public System.Collections.Generic.IReadOnlyList<string> SourcePortRanges { get; }
member this.SourcePortRanges : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property SourcePortRanges As IReadOnlyList(Of String)