SPMobileMessageServiceResponse.IsValid Property
Gets a value that indicates whether the response is valid.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsValid As Boolean
Get
'Usage
Dim instance As SPMobileMessageServiceResponse
Dim value As Boolean
value = instance.IsValid
public bool IsValid { get; }
Property Value
Type: System.Boolean
true if the response is valid; otherwise, false.
See Also
Reference
SPMobileMessageServiceResponse Class