StringProperty(Guid, String, String, ValidValuesSource) Constructor

Initializes a new instance of the StringProperty class.

Namespace: Dundas.BI.Data.DataProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public StringProperty(
	Guid id,
	string name,
	string? description,
	ValidValuesSource validValuesSource
)

Parameters

id  Guid
The property ID.
name  String
Name of the property.
description  String
The property description.
validValuesSource  ValidValuesSource
The valid values source.
See Also