TransferItemBaseTIdSetItemProperty Method |
Sets a property of an item to be imported.
Namespace:
Dundas.BI.Transfer
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public void SetItemProperty(
string propertyName,
string? propertyValue
)
Public Sub SetItemProperty (
propertyName As String,
propertyValue As String
)
public:
void SetItemProperty(
String^ propertyName,
String^ propertyValue
)
member SetItemProperty :
propertyName : string *
propertyValue : string -> unit
Parameters
- propertyName
- Type: SystemString
Name of the Property to be set. - propertyValue
- Type: SystemString
Value of the property.
Exceptions See Also