SPSite.UserAccountDirectoryPath 属性

请注意:此 API 现在已过时。

Gets or sets the provider-specific user account directory path for the site collection.

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<ObsoleteAttribute("Use the SPSiteSubscription user account directory path.")> _
Public Property UserAccountDirectoryPath As String
    Get
    Set
用法
Dim instance As SPSite
Dim value As String

value = instance.UserAccountDirectoryPath

instance.UserAccountDirectoryPath = value
[ObsoleteAttribute("Use the SPSiteSubscription user account directory path.")]
public string UserAccountDirectoryPath { get; set; }

属性值

类型:System.String
A string that contains the user account directory path for the site collection.

另请参阅

引用

SPSite 类

SPSite 成员

Microsoft.SharePoint 命名空间