ClientRequestBaseViewId Property |
Gets or sets the view ID that contains the object for which data is requested.
Namespace: Dundas.BI.Data.DataRetrievalAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
NullableGuid
See Also