ClientRequestBaseObjectId Property  | 
 Gets the object ID 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 ObjectId { get; }Public ReadOnly Property ObjectId As Guid
	Get
public:
property Guid ObjectId {
	Guid get ();
}member ObjectId : Guid with get
Property Value
Type: 
Guid
See Also