IQuoteVersionApprovedText Property |
ApprovedText[1024]: Text with comments on why approval was granted (or rejected)
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxstring ApprovedText { get; set; }
Property ApprovedText As String
Get
Set
Dim instance As IQuoteVersion
Dim value As String
value = instance.ApprovedText
instance.ApprovedText = value
property String^ ApprovedText {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also