This document is archived and information here might be outdated.  Recommended version.


IRoleStore.UpdateRole Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IRoleStore.UpdateRole Method

Update an existing role in the role store.

[Visual Basic .NET]
Public Sub UpdateRole ( _
    ByVal pRole As IRole _
)
[C#]
public void UpdateRole (
    IRole pRole
);
[C++]
HRESULT UpdateRole(
  IRole* pRole
);
[C++]

Parameters pRole [in]
pRole is a parameter of type IRole

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRoleStore Interface