This topic has not yet been rated - Rate this topic

PendingChange.FileName Property

Gets the file name.

Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in microsoft.teamfoundation.versioncontrol.client.dll)

public string FileName { get; }
/** @property */
public String get_FileName ()

public function get FileName () : String

Returns the last path element, typically the file name. Returns the local path if the local path is available; otherwise returns the server path.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.