次の方法で共有


ChangeUser.Activate プロパティ

Gets a value that specifies whether a user has changed from an inactive state to an active state.

名前空間:  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 Activate As Boolean
    Get
'使用
Dim instance As ChangeUser
Dim value As Boolean

value = instance.Activate
public bool Activate { get; }

プロパティ値

型: System.Boolean
Returns Boolean. true if a user has changed from an inactive state to an active state; otherwise, returns false. The default value is

注釈

When a user is added to a site and only has browse permissions, the user is in an inactive state. However, once the user can author list items, add documents, be assigned tasks, or make any contribution to the site, the user is in an active state.

関連項目

参照先

ChangeUser クラス

ChangeUser メンバー

Microsoft.SharePoint.Client 名前空間