Schema.Validate Method
Validates the Schema object.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As Schema
Dim returnValue As Boolean
returnValue = instance.Validate
Syntax
'Declaration
Public Function Validate As Boolean
public bool Validate ()
public:
bool Validate ()
public boolean Validate ()
public function Validate () : boolean
Return Value
Returns Boolean.
Remarks
Returns true if the Schema object is valid.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
Schema Class
Schema Members
Microsoft.MetadirectoryServices Namespace