This topic has not yet been rated - Rate this topic

Role Class

Represents a role for use in Reporting Services security.

System.Object
  ReportService2005.Role

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)
public class Role

The Role type exposes the following members.

  NameDescription
Public methodRoleInstantiates a new instance of a Role class.
Top
  NameDescription
Public propertyDescriptionGets or sets the description of the role.
Public propertyNameGets or sets the name of the role.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

A Role object is returned as output by the ListRoles method.

Use Role with the Roles property of the Policy class.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.