BooleanProperty Constructor (Guid, String, String, Boolean) |
Namespace:
Dundas.BI.Data.DataProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntaxpublic BooleanProperty(
Guid id,
string name,
string? description,
bool defaultValue
)
Public Sub New (
id As Guid,
name As String,
description As String,
defaultValue As Boolean
)
public:
BooleanProperty(
Guid id,
String^ name,
String^ description,
bool defaultValue
)
new :
id : Guid *
name : string *
description : string *
defaultValue : bool -> BooleanPropertyParameters
- id
- Type: SystemGuid
The property ID. - name
- Type: SystemString
Name of the property. - description
- Type: SystemString
The property description. - defaultValue
- Type: SystemBoolean
The default value.
See Also