IAppointmentUDef Property |
UDef - The user-defined fields on the appointment.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIUDefFields UDef { get; }
ReadOnly Property UDef As IUDefFields
Get
Dim instance As IAppointment
Dim value As IUDefFields
value = instance.UDef
property IUDefFields^ UDef {
IUDefFields^ get ();
}
Property Value
Type:
IUDefFields
See Also