NodeValidationSpec.ValidateNodeDelegate Property
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property ValidateNodeDelegate As ValidateNodeDelegate
public ValidateNodeDelegate ValidateNodeDelegate { get; private set; }
public:
property ValidateNodeDelegate^ ValidateNodeDelegate {
ValidateNodeDelegate^ get ();
private: void set (ValidateNodeDelegate^ value);
}
member ValidateNodeDelegate : ValidateNodeDelegate with get, private set
function get ValidateNodeDelegate () : ValidateNodeDelegate
private function set ValidateNodeDelegate (value : ValidateNodeDelegate)
Property Value
Type: Microsoft.TeamFoundation.Server.Core.ValidateNodeDelegate
.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.