ClientRequestBaseViewId Property  | 
 
            Gets or sets the view ID that contains the object for which data is requested.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Guid? ViewId { get; set; }Public Property ViewId As Guid?
	Get
	Set
public:
property Nullable<Guid> ViewId {
	Nullable<Guid> get ();
	void set (Nullable<Guid> value);
}member ViewId : Nullable<Guid> with get, set
Property Value
Type: 
NullableGuid
See Also