共用方式為


SPPermission.Xml property

NOTE: This API is now obsolete.

以 XML 格式,取得使用權限物件。

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

Syntax

'宣告
<ObsoleteAttribute("Use the SPRoleAssignment class instead")> _
Public ReadOnly Property Xml As String
    Get
'用途
Dim instance As SPPermission
Dim value As String

value = instance.Xml
[ObsoleteAttribute("Use the SPRoleAssignment class instead")]
public string Xml { get; }

Property value

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

請參閱

參照

SPPermission class

SPPermission members

Microsoft.SharePoint namespace