共用方式為


SPWeb.AssociatedVisitorGroup property

取得或設定相關聯的訪客群組中的網站。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property AssociatedVisitorGroup As SPGroup
    Get
    Set
'用途
Dim instance As SPWeb
Dim value As SPGroup

value = instance.AssociatedVisitorGroup

instance.AssociatedVisitorGroup = value
public SPGroup AssociatedVisitorGroup { get; set; }

Property value

Type: Microsoft.SharePoint.SPGroup
SPGroup 物件,表示相關聯的訪客群組。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace