Condividi tramite


IndexedProtocolEndpoint.IsDefault Proprietà

Definizione

Ottiene o imposta un valore che indica se questo è l'endpoint predefinito. Ciò è facoltativo.

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)

Valore della proprietà

true se si tratta dell'endpoint predefinito; in caso contrario, false. Può essere null. Il valore predefinito è null.

Si applica a