PublicationAccess Members

Include Protected Members
Include Inherited Members

Represents login information in the publication access list (PAL) for a publication.

The PublicationAccess type exposes the following members.

Constructors

  Name Description
Public method PublicationAccess() Creates a new instance of the PublicationAccess class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property IsWindowsGroup Gets if the login is a Microsoft Windows group that has access to the publication.
Public property IsWindowsLogin Gets if the login is a Microsoft Windows login that has access to the publication.
Public property LoginName Gets the user or group that has a login to the Publisher and is granted access to a publication.
Public property UserData Gets or sets an object that allows users to attach their own data to this object.

Top