ImportConfigSetItemProperty Method |
Sets a property of an item to be imported.
Namespace: Dundas.BI.TransferAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic void SetItemProperty(
Guid itemId,
string propertyName,
string propertyValue
)
Public Sub SetItemProperty (
itemId As Guid,
propertyName As String,
propertyValue As String
)
public:
void SetItemProperty(
Guid itemId,
String^ propertyName,
String^ propertyValue
)
member SetItemProperty :
itemId : Guid *
propertyName : string *
propertyValue : string -> unit Parameters
- itemId Guid
- ID of the item.
- propertyName String
- Name of the Property to be set.
- propertyValue String
- Value of the property.
Exceptions
See Also