Edit

Share via


MetaProperties.Validate Method

Definition

Validates all of the properties in a MetaProperties collection object according to a schema.

public:
 System::String ^ Validate();
public string Validate ();
abstract member Validate : unit -> string
Public Function Validate () As String

Returns

String

Remarks

If any of the properties 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.

Applies to