PublicationAccess.IsWindowsLogin Property
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.
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.