SPExecutingConversionRequest.Valid property
NOTE: This API is now obsolete.
Gets a Boolean value that indicates whether the object is fully instantiated.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("This member is obsolete.", False)> _
Public ReadOnly Property Valid As Boolean
Get
'Usage
Dim instance As SPExecutingConversionRequest
Dim value As Boolean
value = instance.Valid
[ObsoleteAttribute("This member is obsolete.", false)]
public bool Valid { get; }
Property value
Type: System.Boolean
true if the object is fully instantiated; otherwise, false.
See also
Reference
SPExecutingConversionRequest class