Share via


ZipArchiveEntry.FullName Property

The relative path of the entry as stored in the Zip archive. Note that Zip archives allow for any string to be the path of the entry. This includes invalid and absolute paths.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property FullName As String
public string FullName { get; private set; }
public:
property String^ FullName {
    String^ get ();
    private: void set (String^ value);
}
member FullName : string with get, private set
function get FullName () : String 
private function set FullName (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ZipArchiveEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace