CompareViewModelEnableTakeLocalVersionButton Property |
IT Hit User File System
Indicates whether the take server version button is enabled.
Namespace:
THit.FileSystem.Windows.WinUI.ViewModels
Assembly:
ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntaxpublic bool EnableTakeLocalVersionButton { get; set; }
Public Property EnableTakeLocalVersionButton As Boolean
Get
Set
public:
property bool EnableTakeLocalVersionButton {
bool get ();
void set (bool value);
}
member EnableTakeLocalVersionButton : bool with get, set
Property Value
Type:
Boolean
See Also