SPRoleAssignmentCollection.Xml property
取得角色指派集合以 XML 格式。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Xml As String
Get
'用途
Dim instance As SPRoleAssignmentCollection
Dim value As String
value = instance.Xml
public string Xml { get; }
Property value
Type: System.String
字串,包含角色的工作分派集合,以 XML 格式。
請參閱
參照
SPRoleAssignmentCollection class