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