共用方式為


SPSecurityEventProperties.GroupUserLoginName property

取得這個事件套用對象的使用者的登入名稱。

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

Syntax

'宣告
Public ReadOnly Property GroupUserLoginName As String
    Get
'用途
Dim instance As SPSecurityEventProperties
Dim value As String

value = instance.GroupUserLoginName
public string GroupUserLoginName { get; }

Property value

Type: System.String
使用者登入名稱。

請參閱

參照

SPSecurityEventProperties class

SPSecurityEventProperties members

Microsoft.SharePoint namespace