SharePointHandler.IsReusable Property
NOTE: This API is now obsolete.
Do not use.
Namespace: Microsoft.SharePoint.ApplicationRuntime
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("This method has been deprecated.")> _
Public ReadOnly Property IsReusable As Boolean
Get
'Usage
Dim instance As SharePointHandler
Dim value As Boolean
value = instance.IsReusable
[ObsoleteAttribute("This method has been deprecated.")]
public bool IsReusable { get; }
Property Value
Type: System.Boolean