DataPropertiesAddProperty(String, MetadataItem) Method |
Sets a specified data property value.
Namespace: Dundas.BI.Data.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic void AddProperty(
string propertyName,
MetadataItem propertyValue
)
Public Sub AddProperty (
propertyName As String,
propertyValue As MetadataItem
)
public:
void AddProperty(
String^ propertyName,
MetadataItem^ propertyValue
)
member AddProperty :
propertyName : string *
propertyValue : MetadataItem -> unit Parameters
- propertyName String
- Name of the property.
- propertyValue MetadataItem
- The property value.
Exceptions
See Also