SPWeb.AssociatedMemberGroup 属性
Gets the users who have been given contribute permissions to the website.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property AssociatedMemberGroup As SPGroup
Get
Set
用法
Dim instance As SPWeb
Dim value As SPGroup
value = instance.AssociatedMemberGroup
instance.AssociatedMemberGroup = value
public SPGroup AssociatedMemberGroup { get; set; }
属性值
类型:Microsoft.SharePoint.SPGroup
An SPGroup object that represents the group of users who have been given contribute permissions to the website.