IndexedProtocolEndpoint.IsDefault Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of dit het standaardeindpunt is. Dit is optioneel.

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)

Waarde van eigenschap

true als dit het standaardeindpunt is; anders, false. Kan zijn null. De standaardwaarde is null.

Van toepassing op