IQuoteVersionApprovedRegisteredBy Property |
ApprovedRegisteredBy: Id of associate who actually entered the approval; might be different from ApprovedBy (f.x. due to telephone consultation/approval)
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint ApprovedRegisteredBy { get; set; }
Property ApprovedRegisteredBy As Integer
Get
Set
Dim instance As IQuoteVersion
Dim value As Integer
value = instance.ApprovedRegisteredBy
instance.ApprovedRegisteredBy = value
property int ApprovedRegisteredBy {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also