SPSite.UserAccountDirectoryPath Property
NOTE: This API is now obsolete.
Gets or sets the provider-specific user account directory path for the site collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)> _
<ObsoleteAttribute("Use the SPSiteSubscription user account directory path.")> _
Public Property UserAccountDirectoryPath As String
Get
Set
'Usage
Dim instance As SPSite
Dim value As String
value = instance.UserAccountDirectoryPath
instance.UserAccountDirectoryPath = value
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)]
[ObsoleteAttribute("Use the SPSiteSubscription user account directory path.")]
public string UserAccountDirectoryPath { get; set; }
Property Value
Type: System.String
A string that contains the user account directory path for the site collection.