ParameterValueDataFileId Property |
Gets the ID of the file stored in the database.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "fileId", EmitDefaultValue = false)]
public Guid FileId { get; set; }
<DataMemberAttribute(Name := "fileId", EmitDefaultValue := false)>
Public Property FileId As Guid
Get
Set
public:
[DataMemberAttribute(Name = L"fileId", EmitDefaultValue = false)]
property Guid FileId {
Guid get ();
void set (Guid value);
}
[<DataMemberAttribute(Name = "fileId", EmitDefaultValue = false)>]
member FileId : Guid with get, set
Property Value
Type:
Guid
The ID of the file stored in the database.
See Also