PublicationAccess.IsWindowsGroup 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 group that has access to the publication.
public:
property bool IsWindowsGroup { bool get(); };
public bool IsWindowsGroup { get; }
member this.IsWindowsGroup : bool
Public ReadOnly Property IsWindowsGroup As Boolean
Property Value
A Boolean value. If true
, the publication access object represents a Windows group. If false
, the publication access object does not represent a Windows group.
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.