SPMobileMessageUserInfo.Validate method
Verifies that the XML namespace in the response object is valid.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Friend Overrides Function Validate As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.Validate()
protected internal override bool Validate()
Return value
Type: System.Boolean
true if the namespace m_Namespace is valid; otherwise, false.