The type of associate. Is this a user (may log in to windows client or web client), or an external user or an anonymous login. The external user and anonymous user is used with NetServer.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxEAssocType Type { get; set; }
Property Type As EAssocType
Get
Set
Dim instance As IUser
Dim value As EAssocType
value = instance.Type
instance.Type = value
property EAssocType Type {
EAssocType get ();
void set (EAssocType value);
}
Property Value
Type:
EAssocType
See Also