共用方式為


SPUser.Xml property

取得使用者的 XML 表示。

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

Syntax

'宣告
Public ReadOnly Property Xml As String
    Get
'用途
Dim instance As SPUser
Dim value As String

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

Property value

Type: System.String
字串,包含 XML。

請參閱

參照

SPUser class

SPUser members

Microsoft.SharePoint namespace