Get the id of the contact
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax Nullable<int> ContactId { get; }
ReadOnly Property ContactId As Nullable(Of Integer)
Get
property Nullable<int> ContactId {
Nullable<int> get ();
}
Property Value
Type:
NullableInt32Remarks
The `null` value is allowed, only if the
ContactType is Everybody
See Also