IPAddressInformation.IsTransient 속성

정의

IP(인터넷 프로토콜) 주소가 임시 주소(클러스터 주소)인지 여부를 나타내는 Boolean 값을 가져옵니다.

public:
 abstract property bool IsTransient { bool get(); };
public abstract bool IsTransient { get; }
member this.IsTransient : bool
Public MustOverride ReadOnly Property IsTransient As Boolean

속성 값

Boolean

주소가 임시 주소이면 true이고, 그렇지 않으면 false입니다.

설명

임시 주소를 클러스터에 할당 되 고 대부분의 애플리케이션으로 쓰일 수 없습니다.

적용 대상