| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As NodeState Dim context As ISystemContext Dim value As Boolean value = instance.Validate(context) | |
| C# | |
|---|---|
| public virtual bool Validate( ISystemContext context ) | |
Parameters
- context
- The context for the current operation.
Return Value
True if the node is currently valid.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    