Entity.Validate Method
Validates the external content type.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function Validate As ActivationError()
'Usage
Dim instance As Entity
Dim returnValue As ActivationError()
returnValue = instance.Validate()
public ActivationError[] Validate()
Return Value
Type: []
The activation error collection.
Examples
Code Snippet: Create an External Content Type Using the Administration Object Model