Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public string Identifier { get; set; }
Visual Basic
Public Property Identifier As String
	Get
	Set
Visual C++
public:
property String^ Identifier {
	String^ get ();
	void set (String^ value);
}

Return Value

Identifier

Remarks

If the server (e.g. Google Docs) uses provides an identifier in addition to the file-name then this property will return this identifier.

See Also