NodeValidationSpec.ValidateNodeDelegate Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Déclaration
Public Property ValidateNodeDelegate As ValidateNodeDelegate
Get
Private Set
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.Framework.Server.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.