Freigeben über


SPPolicyRoleCollection.GetById-Methode

Die richtlinienrolle mit dem angegebenen GUID zurückgegeben aus der Auflistung.

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

Syntax

'Declaration
Public Function GetById ( _
    id As Guid _
) As SPPolicyRole
'Usage
Dim instance As SPPolicyRoleCollection
Dim id As Guid
Dim returnValue As SPPolicyRole

returnValue = instance.GetById(id)
public SPPolicyRole GetById(
    Guid id
)

Parameter

  • id
    Typ: System.Guid

    Ein System.Guid , der die GUID der richtlinienrolle angibt.

Rückgabewert

Typ: Microsoft.SharePoint.Administration.SPPolicyRole

Siehe auch

Referenz

SPPolicyRoleCollection Klasse

SPPolicyRoleCollection-Member

Microsoft.SharePoint.Administration-Namespace