Site.SandboxedCodeActivationCapability property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property SandboxedCodeActivationCapability As SandboxedCodeActivationCapabilities
    Get
    Set
'Usage
Dim instance As Site
Dim value As SandboxedCodeActivationCapabilities

value = instance.SandboxedCodeActivationCapability

instance.SandboxedCodeActivationCapability = value
public SandboxedCodeActivationCapabilities SandboxedCodeActivationCapability { get; set; }

Property value

Type: Microsoft.SharePoint.Client.SandboxedCodeActivationCapabilities

See also

Reference

Site class

Site members

Microsoft.SharePoint.Client namespace