SOApplicationClassCurrentSaleStakeholder Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual ISaleStakeholder CurrentSaleStakeholder { get; }
Public Overridable ReadOnly Property CurrentSaleStakeholder As ISaleStakeholder
Get
Dim instance As SOApplicationClass
Dim value As ISaleStakeholder
value = instance.CurrentSaleStakeholder
public:
virtual property ISaleStakeholder^ CurrentSaleStakeholder {
ISaleStakeholder^ get ();
}
Property Value
Type:
ISaleStakeholderImplements
IApplicationCurrentSaleStakeholder
See Also