Share via


Ipv6Element.Enabled 속성

정의

로컬 컴퓨터에서 인터넷 프로토콜 버전 6을 사용할 수 있는지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

public:
 property bool Enabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enabled", DefaultValue=false)]
public bool Enabled { get; set; }
[<System.Configuration.ConfigurationProperty("enabled", DefaultValue=false)>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

속성 값

IPv6을 사용할 수 있으면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상

추가 정보