Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.