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 and sets the file history state.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public FileHistoryStates FileHistoryState { get; set; }
public:
property FileHistoryStates FileHistoryState {
FileHistoryStates get();
void set(FileHistoryStates value);
}
Public Property FileHistoryState As FileHistoryStates
Property Value
Type: Microsoft.WindowsServerSolutions.Users.FileHistoryStates
The file history state.
See Also
User Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top