ViewDataViewType Property |
Gets the view type.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax[DataMemberAttribute(Name = "viewType", EmitDefaultValue = true)]
public ViewType ViewType { get; set; }<DataMemberAttribute(Name := "viewType", EmitDefaultValue := true)>
Public Property ViewType As ViewType
Get
Set
public:
[DataMemberAttribute(Name = L"viewType", EmitDefaultValue = true)]
property ViewType ViewType {
ViewType get ();
void set (ViewType value);
}[<DataMemberAttribute(Name = "viewType", EmitDefaultValue = true)>]
member ViewType : ViewType with get, set
Property Value
Type:
ViewType
The view type.
See Also