Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

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