FileEventViewModelComponentName Property |
IT Hit User File System
Component name which fired the event.
Namespace:
ITHit.FileSystem.Windows.WinUI.ViewModels
Assembly:
ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntaxpublic string ComponentName { get; set; }
Public Property ComponentName As String
Get
Set
public:
property String^ ComponentName {
String^ get ();
void set (String^ value);
}
member ComponentName : string with get, set
Property Value
Type:
String
See Also