다음을 통해 공유


IndexedProtocolEndpoint.IsDefault 속성

정의

기본 엔드포인트인지 여부를 나타내는 값을 가져오거나 설정합니다. 이것은 선택 사항입니다.

public:
 property Nullable<bool> IsDefault { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? IsDefault { get; set; }
member this.IsDefault : Nullable<bool> with get, set
Public Property IsDefault As Nullable(Of Boolean)

속성 값

이것이 기본 엔드포인트가면 true이고, 그렇지 않으면 false입니다. null일 수 있습니다. 기본값은 null입니다.

적용 대상