BatchedDataRequestDataViewId Property  | 
 
            Gets or sets the view ID that contains the object for which data is requested.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "viewId")]
public Guid? ViewId { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "viewId")>
Public Property ViewId As Guid?
	Get
	Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"viewId")]
property Nullable<Guid> ViewId {
	Nullable<Guid> get ();
	void set (Nullable<Guid> value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "viewId")>]
member ViewId : Nullable<Guid> with get, set
Property Value
Type: 
NullableGuid
See Also