IHierarchyItemBaseAsyncName Property
IT Hit WebDAV Classes Reference
Gets the name of the item in repository.
Namespace:
ITHit.Server
Assembly:
ITHit.Server (in ITHit.Server.dll) Version: 11.3.10719
Syntax string Name { get; }
string Name { get; }
ReadOnly Property Name As String
Get
ReadOnly Property Name As String
Get
property String^ Name {
String^ get ();
}
property String^ Name {
String^ get ();
}
abstract Name : string with get
abstract Name : string with get
Property Value
Type:
StringExamples The code below is part of 'WebDAVServer.FileSystemStorage.AspNet' C# & VB samples provided with the SDK.
public string Name { get { return fileSystemInfo.Name; } }
Public ReadOnly Property Name As String Implements IHierarchyItemBaseAsync.Name
Get
Return fileSystemInfo.Name
End Get
End Property
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
See Also