IHierarchyItemGetCommentAsync Method 
IT Hit WebDAV Classes Reference 
            Brief comment about an item that is suitable for presentation to a user.
            
 
    Namespace: 
   ITHit.WebDAV.Client
    Assembly:
   ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
SyntaxTask<string> GetCommentAsync()
Function GetCommentAsync As Task(Of String)
Task<String^>^ GetCommentAsync()
abstract GetCommentAsync : unit -> Task<string> 
Field Value
Type: 
TaskStringString representing a comment about an item.
Return Value
Type: 
TaskString[Missing <returns> documentation for "M:ITHit.WebDAV.Client.IHierarchyItem.GetCommentAsync"]
RemarksCan be used to indicate why version was created.
See Also