GetTransferFileInfoOptionsTransferFileId Property  | 
 
            Gets or sets the transfer file ID to use.
            
 
    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(Name = "transferFileId", EmitDefaultValue = false)]
public Guid? TransferFileId { get; set; }<DataMemberAttribute(Name := "transferFileId", EmitDefaultValue := false)>
Public Property TransferFileId As Guid?
	Get
	Set
public:
[DataMemberAttribute(Name = L"transferFileId", EmitDefaultValue = false)]
property Nullable<Guid> TransferFileId {
	Nullable<Guid> get ();
	void set (Nullable<Guid> value);
}[<DataMemberAttribute(Name = "transferFileId", EmitDefaultValue = false)>]
member TransferFileId : Nullable<Guid> with get, set
Property Value
Type: 
NullableGuid
RemarksA  value indicates that this property shouldn't be used.
See Also