次の方法で共有


Network.Internal Property

Definition

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

Applies to