DataActionTargetObjectType Property |
Gets or sets the type of the target object.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic ObjectType TargetObjectType { get; set; }Public Property TargetObjectType As ObjectType
Get
Set
public:
property ObjectType TargetObjectType {
ObjectType get ();
void set (ObjectType value);
}member TargetObjectType : ObjectType with get, set
Property Value
Type:
ObjectType
The type of the target object.
See Also