Gets the ID of the file stored in the database.
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public Guid FileId { get; }
Public ReadOnly Property FileId As Guid
Get
public:
property Guid FileId {
Guid get ();
}
member FileId : Guid with get
Property Value
Type:
Guid
The ID of the file stored in the database.
See Also