Get associated users


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property AssociateUsers As AssociateUserCollection
C#
public AssociateUserCollection AssociateUsers { get; }
C++
public property AssociateUserCollection AssociateUsers sealed  {
    AssociateUserCollection get();
}
J#
/** property */
public AssociateUserCollection get_AssociateUsers();
JScript
public function get AssociateUsers() : AssociateUserCollection

See Also