IQuoteVersionFollowupId Property |
FollowupId: Link to a follow-up activity
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint FollowupId { get; set; }
Property FollowupId As Integer
Get
Set
Dim instance As IQuoteVersion
Dim value As Integer
value = instance.FollowupId
instance.FollowupId = value
property int FollowupId {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also