IApplicationCurrentSaleStakeholder Property |
The SaleStakeholder that is Current
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxISaleStakeholder CurrentSaleStakeholder { get; }
ReadOnly Property CurrentSaleStakeholder As ISaleStakeholder
Get
Dim instance As IApplication
Dim value As ISaleStakeholder
value = instance.CurrentSaleStakeholder
property ISaleStakeholder^ CurrentSaleStakeholder {
ISaleStakeholder^ get ();
}
Property Value
Type:
ISaleStakeholder
See Also