PublicationAccess.IsWindowsGroup Property

Definition

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.

Applies to