IHierarchyItemName Property
IT Hit WebDAV Classes Reference
Gets the name of the item in repository.
Namespace: ITHit.WebDAV.ServerAssembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.5.3121.0
Syntax ReadOnly Property Name As String
Get
property String^ Name {
String^ get ();
}
abstract Name : string with get
Property Value
Type:
StringExamples The code below is part of 'WebDAVServer.NtfsStorage' sample provided with the SDK.
public string Name
{
get { return fileSystemInfo.Name; }
}
See Also