DataProperties.AddProperty Method (String, HierarchyMemberProperty) |
Adds the property.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxpublic void AddProperty(
string propertyName,
HierarchyMemberProperty propertyValue
)
Public Sub AddProperty (
propertyName As String,
propertyValue As HierarchyMemberProperty
)
public:
void AddProperty(
String^ propertyName,
HierarchyMemberProperty^ propertyValue
)
member AddProperty :
propertyName : string *
propertyValue : HierarchyMemberProperty -> unit
Parameters
- propertyName
- Type: System.String
Name of the property. - propertyValue
- Type: Dundas.BI.Data.Metadata.HierarchyMemberProperty
The property value.
Exceptions
See Also