IAppointmentPrivate Property |
Visible for who? Public/Private 0=public,1=private,2=group
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint Private { get; set; }
Property Private As Integer
Get
Set
Dim instance As IAppointment
Dim value As Integer
value = instance.Private
instance.Private = value
property int Private {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also