SPFieldUser.Presence property
取得或設定布林值,指定要顯示使用者名稱和電子郵件地址的欄位上是否已啟用出席資訊。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Presence As Boolean
Get
Set
'用途
Dim instance As SPFieldUser
Dim value As Boolean
value = instance.Presence
instance.Presence = value
public bool Presence { get; set; }
Property value
Type: System.Boolean
true如果欄位 ; 上已啟用出席資訊否則, false。