SPClientCallableProxyLibrary.SupportAppAuthentication property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SupportAppAuthentication As Boolean
Get
Set
'Usage
Dim instance As SPClientCallableProxyLibrary
Dim value As Boolean
value = instance.SupportAppAuthentication
instance.SupportAppAuthentication = value
public bool SupportAppAuthentication { get; set; }
Property value
Type: System.Boolean
See also
Reference
SPClientCallableProxyLibrary class