User.FileHistoryState Property
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