Open this page in the API Guide

DataProperties.AddProperty Method (DataProperty)

Sets a specified data property value.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void AddProperty(
	DataProperty property
)

Parameters

property
Type: Dundas.BI.Data.Metadata.DataProperty
The property.
Exceptions
ExceptionCondition
ArgumentNullExceptionproperty is null.
See Also