ISuggestedAppointmentAssignToMember Property |
Returns TRUE if this item is set to automatically be assigned to another associate
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool AssignToMember { get; }
ReadOnly Property AssignToMember As Boolean
Get
Dim instance As ISuggestedAppointment
Dim value As Boolean
value = instance.AssignToMember
property bool AssignToMember {
bool get ();
}
Property Value
Type:
Boolean
See Also