PublicationAccess.IsWindowsLogin Property

Definition

Gets if the login is a Microsoft Windows login that has access to the publication.

public:
 property bool IsWindowsLogin { bool get(); };
public bool IsWindowsLogin { get; }
member this.IsWindowsLogin : bool
Public ReadOnly Property IsWindowsLogin As Boolean

Property Value

A Boolean value. If true, the publication access object represents a Windows login. If false, the publication access object does not represent a Windows login.

Remarks

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Applies to