Share via


DestroyNotification.Flags Property

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

Syntax

'Declaration
Public Property Flags As Integer
public int Flags { get; private set; }
public:
property int Flags {
    int get ();
    private: void set (int value);
}
member Flags : int with get, private set
function get Flags () : int 
private function set Flags (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

DestroyNotification Class

Microsoft.TeamFoundation.VersionControl.Server Namespace