DataPropertiesAddProperty Method (String, Guid) | 
 
            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.3.0.1000)
Syntaxpublic void AddProperty(
	string propertyName,
	Guid propertyValue
)
Public Sub AddProperty ( 
	propertyName As String,
	propertyValue As Guid
)
public:
void AddProperty(
	String^ propertyName, 
	Guid propertyValue
)
member AddProperty : 
        propertyName : string * 
        propertyValue : Guid -> unit 
Parameters
- propertyName
 - Type: SystemString
Name of the property. - propertyValue
 - Type: SystemGuid
The property value. 
Exceptions
See Also