FlagsProperty Constructor |
Namespace: Dundas.BI.Data.DataProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic FlagsProperty(
Guid id,
string name,
string? description,
Number defaultValue
)
Public Sub New (
id As Guid,
name As String,
description As String,
defaultValue As Number
)
public:
FlagsProperty(
Guid id,
String^ name,
String^ description,
Number defaultValue
)
new :
id : Guid *
name : string *
description : string *
defaultValue : Number -> FlagsPropertyParameters
- id Guid
- The identifier.
- name String
- The name.
- description String
- The description.
- defaultValue Number
- The default value.
See Also