RevisionInfoComment Property  | 
 Gets the check-in comment associated with the revision.
 
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string? Comment { get; }Public ReadOnly Property Comment As String
	Get
public:
property String^ Comment {
	String^ get ();
}member Comment : string with get
Property Value
Type: 
String
See Also