IAppointmentCautionWarning Property |
Get caution warning number
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxEnCautionWarning CautionWarning { get; set; }
Property CautionWarning As EnCautionWarning
Get
Set
Dim instance As IAppointment
Dim value As EnCautionWarning
value = instance.CautionWarning
instance.CautionWarning = value
property EnCautionWarning CautionWarning {
EnCautionWarning get ();
void set (EnCautionWarning value);
}
Property Value
Type:
EnCautionWarning
See Also