Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the path of the root directory where user assemblies from this assembly group are persisted.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property RootDirectoryPath As String
Get
'Usage
Dim instance As SPUserCodeCachedAssemblyGroup
Dim value As String
value = instance.RootDirectoryPath
public string RootDirectoryPath { get; }
Property value
Type: System.String
The path of the root directory.
See also
Reference
SPUserCodeCachedAssemblyGroup class