PublicationAccess Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents login information in the publication access list (PAL) for a publication.
public ref class PublicationAccess sealed
public sealed class PublicationAccess
type PublicationAccess = class
Public NotInheritable Class PublicationAccess
- Inheritance
-
PublicationAccess
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Thread Safety
Any public static (Shared
in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Constructors
PublicationAccess() |
Creates a new instance of the PublicationAccess class. |
Properties
IsWindowsGroup |
Gets if the login is a Microsoft Windows group that has access to the publication. |
IsWindowsLogin |
Gets if the login is a Microsoft Windows login that has access to the publication. |
LoginName |
Gets the user or group that has a login to the Publisher and is granted access to a publication. |
UserData |
Gets or sets an object that allows users to attach their own data to this object. |