MetaProperty.Validate Method

Validates a MetaProperty object representing a single property value according to a schema.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function Validate As String
'Usage
Dim instance As MetaProperty
Dim returnValue As String

returnValue = instance.Validate()
string Validate()

Return Value

Type: System.String
String

Remarks

If the property is invalid, the test fails and an error message is returned. The schema used for validation is stored as part the document's Windows SharePoint Services profile.

See Also

Reference

MetaProperty Interface

MetaProperty Members

Microsoft.Office.Core Namespace