'Declaration Public Property Disabled As Nullable(Of Boolean)
public Nullable<bool> Disabled {get; set;}
Property Value
true
if the browser tab title can be updated; otherwise, false
.'Declaration Public Property Disabled As Nullable(Of Boolean)
public Nullable<bool> Disabled {get; set;}
true
if the browser tab title can be updated; otherwise, false
.