ISoContextDiaryAssociateId Property |
User whose calendar is shown in the Diary panel
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint DiaryAssociateId { get; set; }
Property DiaryAssociateId As Integer
Get
Set
Dim instance As ISoContext
Dim value As Integer
value = instance.DiaryAssociateId
instance.DiaryAssociateId = value
property int DiaryAssociateId {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also