ExportResultRequestId Property |
Gets the unique identifier for the request.
Namespace:
Dundas.BI.Export
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntaxpublic Guid? RequestId { get; }Public ReadOnly Property RequestId As Guid?
Get
public:
property Nullable<Guid> RequestId {
Nullable<Guid> get ();
}member RequestId : Nullable<Guid> with get
Property Value
Type:
NullableGuid
See Also