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