次の方法で共有


Web.Webs プロパティ

Gets a Web site collection object that represents all Web sites immediately beneath the Web site, excluding children of those Web sites.

名前空間:  Microsoft.SharePoint.Client
アセンブリ:   Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内);  Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内)  Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)

構文

'宣言
Public ReadOnly Property Webs As WebCollection
    Get
'使用
Dim instance As Web
Dim value As WebCollection

value = instance.Webs
public WebCollection Webs { get; }

プロパティ値

型: Microsoft.SharePoint.Client.WebCollection
A WebCollection object that represents the child Web sites.

関連項目

参照先

Web クラス

Web メンバー

Microsoft.SharePoint.Client 名前空間