QueryContextViewType Property |
Gets or sets the view type.
Namespace:
Dundas.BI.MachineLearning
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic ObjectType ViewType { get; set; }Public Property ViewType As ObjectType
Get
Set
public:
property ObjectType ViewType {
ObjectType get ();
void set (ObjectType value);
}member ViewType : ObjectType with get, set
Property Value
Type:
ObjectTypeThe view type.
See Also