Network.Internal 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.
Determines if the network is restricted to internal usage only. When set to true, the network is not accessible externally.
[YamlDotNet.Serialization.YamlMember(Alias="internal")]
public bool? Internal { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="internal")>]
member this.Internal : Nullable<bool> with get, set
Public Property Internal As Nullable(Of Boolean)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute