SPUserCodeCachedAssemblyGroup.RootDirectoryPath property
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