Share via


IPolicyEditArgs.IsNew Property

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

Syntax

'Declaration
ReadOnly Property IsNew As Boolean
'Usage
Dim instance As IPolicyEditArgs 
Dim value As Boolean 

value = instance.IsNew
bool IsNew { get; }
property bool IsNew {
    bool get ();
}
function get IsNew () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IPolicyEditArgs Interface

IPolicyEditArgs Members

Microsoft.TeamFoundation.VersionControl.Client Namespace