ConfigurationElement.HasContext Свойство
Определение
Возвращает значение, указывающее, имеет ли свойство CurrentConfiguration значение null
.Gets a value that indicates whether the CurrentConfiguration property is null
.
protected:
property bool HasContext { bool get(); };
protected bool HasContext { get; }
member this.HasContext : bool
Protected ReadOnly Property HasContext As Boolean
Значение свойства
Значение false, если свойство CurrentConfiguration имеет значение является null
; в противном случае — значение true
.false if the CurrentConfiguration property is null
; otherwise, true
.