SPPermissionCollection.Xml2 property
NOTE: This API is now obsolete.
以 XML 格式取得權限的集合。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<ObsoleteAttribute("Use the SPRoleAssignmentCollection class instead")> _
Public ReadOnly Property Xml2 As String
Get
'用途
Dim instance As SPPermissionCollection
Dim value As String
value = instance.Xml2
[ObsoleteAttribute("Use the SPRoleAssignmentCollection class instead")]
public string Xml2 { get; }
Property value
Type: System.String
字串,包含集合的 XML 表示。