SPUserCodeCachedAssemblyGroup.RootDirectoryPath-Eigenschaft
Ruft den Pfad des Stammverzeichnisses, in denen Benutzerassemblys aus dieser Assemblygruppe beibehalten werden.
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; }
Eigenschaftswert
Typ: System.String
Der Pfad des Stammverzeichnisses.
Siehe auch
Referenz
SPUserCodeCachedAssemblyGroup Klasse