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 or sets information about the folder where user account information is stored.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public string UserFolder { get; set; }
public:
[DataMemberAttribute]
property String^ UserFolder {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property UserFolder As String
Property Value
Type: System.String
An instance of String that contains the folder information.
See Also
PersonalInfo Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top