SPPolicyRoleCollection.Xml property
取得原則角色集合的 XML 形式。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Xml As String
Get
'用途
Dim instance As SPPolicyRoleCollection
Dim value As String
value = instance.Xml
public string Xml { get; }
Property value
Type: System.String
包含原則角色的集合,如下所示的 XML 形式的字串:
<PolicyRoleCollection>
<PolicyRole Name="Full Control" Description="Has full control." DenyRightsMask="EmptyMask" GrantRightsMask="FullMask" />
<PolicyRole Name="Full Read" Description="Has full read-only access." DenyRightsMask="EmptyMask" GrantRightsMask="ViewListItems, OpenItems, ViewVersions, ViewFormPages, Open, ViewPages, ViewUsageData, BrowseDirectories, BrowseUserInfo, UseClientIntegration, UseRemoteAPIs, EnumeratePermissions" />
<PolicyRole Name="Deny Write" Description="Has no write access." DenyRightsMask="4611685812065333150" GrantRightsMask="EmptyMask" />
<PolicyRole Name="Deny All" Description="Has no access." DenyRightsMask="FullMask" GrantRightsMask="EmptyMask" /> </PolicyRoleCollection>