TransferFileInfoDataTransferFileId Property  | 
 
            Gets the ID of the transfer file.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "transferFileId")]
public Guid? TransferFileId { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "transferFileId")>
Public Property TransferFileId As Guid?
	Get
	Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"transferFileId")]
property Nullable<Guid> TransferFileId {
	Nullable<Guid> get ();
	void set (Nullable<Guid> value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "transferFileId")>]
member TransferFileId : Nullable<Guid> with get, set
Property Value
Type: 
NullableGuid
Remarks
See Also