ActionDataTargetObjectType Property |
Gets or sets the type of the target object.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "targetObjectType")]
public ObjectType TargetObjectType { get; set; }<DataMemberAttribute(Name := "targetObjectType")>
Public Property TargetObjectType As ObjectType
Get
Set
public:
[DataMemberAttribute(Name = L"targetObjectType")]
property ObjectType TargetObjectType {
ObjectType get ();
void set (ObjectType value);
}[<DataMemberAttribute(Name = "targetObjectType")>]
member TargetObjectType : ObjectType with get, set
Property Value
Type:
ObjectType
The type of the target object.
See Also