PexSettingsStoreAttributeBase.ContainsSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether this instance has settings that have been set.
public:
property bool ContainsSettings { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool ContainsSettings { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ContainsSettings : bool
Public ReadOnly Property ContainsSettings As Boolean
Property Value
true
if it contains settings; otherwise, false
.
- Attributes