SPExecutingConversionRequest.Valid Property
Gets a Boolean value that indicates whether the object is fully instantiated.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property Valid As Boolean
Get
'Usage
Dim instance As SPExecutingConversionRequest
Dim value As Boolean
value = instance.Valid
public bool Valid { get; }
Property Value
Type: System.Boolean
true if the object is fully instantiated; otherwise, false.
See Also
Reference
SPExecutingConversionRequest Class