Share via


SPMobileMessageServiceResponse.Validate method

When implemented in a derived class, verifies that certain parts of the response from the Web server, such as the XML namespace, are valid.

Namespace:  Microsoft.SharePoint.MobileMessage
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Friend MustOverride Function Validate As Boolean
'Usage
Dim returnValue As Boolean

returnValue = Me.Validate()
protected internal abstract bool Validate()

Return value

Type: System.Boolean
true if the response is valid; otherwise, false.

See also

Reference

SPMobileMessageServiceResponse class

SPMobileMessageServiceResponse members

Microsoft.SharePoint.MobileMessage namespace