IAssociateAccessLevel Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxshort this[
IAssociate pOwner
] { get; }
ReadOnly Property AccessLevel (
pOwner As IAssociate
) As Short
Get
Dim instance As IAssociate
Dim pOwner As IAssociate
Dim value As Short
value = instance.AccessLevel(pOwner)
property short AccessLevel[[InAttribute] IAssociate^ pOwner] {
short get ([InAttribute] IAssociate^ pOwner);
}
Parameters
- pOwner
- Type: SuperOffice.COM.ApplicationIAssociate
Property Value
Type:
Int16
See Also