IVersionAsyncVersionName Property
IT Hit WebDAV Classes Reference
Name of the version.
Namespace:
ITHit.WebDAV.Server.DeltaV
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax string VersionName { get; }
string VersionName { get; }
ReadOnly Property VersionName As String
Get
ReadOnly Property VersionName As String
Get
property String^ VersionName {
String^ get ();
}
property String^ VersionName {
String^ get ();
}
abstract VersionName : string with get
abstract VersionName : string with get
Property Value
Type:
StringName of the version.
Remarks
Must be unique among version items for a given hierarchy item. This string is intended for display
for a user.
See Also