Interface IContactAssignable
Makes an object assignable to contacts
Namespace: Simplic.Contact
Assembly: Simplic.Contact.dll
Syntax
public interface IContactAssignable
Properties
| Improve this Doc View SourceContactId
Cotnact id to assign to
Declaration
long? ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |