Share via


SPPolicyRole.Type property

Gets the role type of the policy role.

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

Syntax

'Declaration
Public ReadOnly Property Type As SPPolicyRoleType
    Get
'Usage
Dim instance As SPPolicyRole
Dim value As SPPolicyRoleType

value = instance.Type
public SPPolicyRoleType Type { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPPolicyRoleType
An SPPolicyRoleType value that indicates the policy role type.

See also

Reference

SPPolicyRole class

SPPolicyRole members

Microsoft.SharePoint.Administration namespace