IConsentPersonComment Property |
Comment
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring Comment { get; set; }
Property Comment As String
Get
Set
Dim instance As IConsentPerson
Dim value As String
value = instance.Comment
instance.Comment = value
property String^ Comment {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also