IApplicationCurrentDiaryOwner Property |
The Current Diary owner as DiaryOwner
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIDiaryOwner CurrentDiaryOwner { get; }
ReadOnly Property CurrentDiaryOwner As IDiaryOwner
Get
Dim instance As IApplication
Dim value As IDiaryOwner
value = instance.CurrentDiaryOwner
property IDiaryOwner^ CurrentDiaryOwner {
IDiaryOwner^ get ();
}
Property Value
Type:
IDiaryOwner
See Also