Gets the view type.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic abstract ViewType ViewType { get; }Public MustOverride ReadOnly Property ViewType As ViewType
Get
public:
virtual property ViewType ViewType {
ViewType get () abstract;
}abstract ViewType : ViewType with get
Property Value
Type:
ViewType
The view type.
See Also