FileSystemItemMetadataName Property |
IT Hit User File System
Gets or sets the file or folder name.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public string Name { get; set; }
Public Property Name As String
Get
Set
public:
virtual property String^ Name {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Name : string with get, set
override Name : string with get, set
Property Value
Type:
StringImplements
IFileSystemItemMetadataNameRemarks See Also