USER_SITE Class

A site associated with a user.

Definition

Namespace: Ensur.Core.Main.POCOs
Assembly: Ensur.Core.Main (in Ensur.Core.Main.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class USER_SITE
Inheritance
Object    USER_SITE

Properties

SITE_ID ID of the site. Must be one of the values provided by your administrator. Can be set by id or name (SITE_NAME)
SITE_NAME Name of the site. Must be one of the values provided by your administrator. Can be set by name or id (SITE_ID)

See Also