IConsentPersonConsentSourceId Property |
ConsentSource id
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxint ConsentSourceId { get; set; }
Property ConsentSourceId As Integer
Get
Set
Dim instance As IConsentPerson
Dim value As Integer
value = instance.ConsentSourceId
instance.ConsentSourceId = value
property int ConsentSourceId {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also