Share via


DirectoryExitNotification.DirectoryName Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Controls
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

DirectoryExitNotification Class

Microsoft.TeamFoundation.VersionControl.Controls Namespace