IPersonInterests Property |
Interest object collection
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIInterests Interests { get; }
ReadOnly Property Interests As IInterests
Get
Dim instance As IPerson
Dim value As IInterests
value = instance.Interests
property IInterests^ Interests {
IInterests^ get ();
}
Property Value
Type:
IInterests
See Also