ConnectorElementUsage Property |
Gets or sets the usage type for the current instance.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic ConnectorElementUsage Usage { get; set; }Public Property Usage As ConnectorElementUsage
Get
Set
public:
property ConnectorElementUsage Usage {
ConnectorElementUsage get ();
void set (ConnectorElementUsage value);
}member Usage : ConnectorElementUsage with get, set
Property Value
Type:
ConnectorElementUsage
See Also