MetaProperty.Validate Method

Definition

Validates a MetaProperty object representing a single property value 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 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.

Applies to