Share via


GetStatus.NoActionNeeded Property

Gets information about whether the get resulted in any actions.

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

Syntax

'Declaration
Public ReadOnly Property NoActionNeeded As Boolean
'Usage
Dim instance As GetStatus 
Dim value As Boolean 

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

Property Value

Type: System.Boolean
true when the get action had nothing to do (the server returned no operations and no failures); otherwise false.

.NET Framework Security

See Also

Reference

GetStatus Class

GetStatus Members

Microsoft.TeamFoundation.VersionControl.Client Namespace