HtmlAttributeNameAttribute.DictionaryAttributePrefixSet Property

Definition

Gets an indication whether DictionaryAttributePrefix has been set. Used to distinguish an uninitialized DictionaryAttributePrefix value from an explicit null setting.

public:
 property bool DictionaryAttributePrefixSet { bool get(); };
public bool DictionaryAttributePrefixSet { get; }
member this.DictionaryAttributePrefixSet : bool
Public ReadOnly Property DictionaryAttributePrefixSet As Boolean

Property Value

true if DictionaryAttributePrefix was set. false otherwise.

Applies to