Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

RoleName Property






Gets or sets the role name.
Syntax
[DataMemberAttribute()]
public string RoleName {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property RoleName As String
'Usage
 
Dim instance As RolesPatientsPermission
Dim value As String
 
instance.RoleName = value
 
value = instance.RoleName

            

            
[DataMemberAttribute()]
public:
property String^ RoleName {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String representing the role which permissions to be evaluated.
Example
For an example, refer to the Medical Web Viewer demo, located in DICOMServicescs.csproj project.
Requirements

Target Platforms

See Also

Reference

RolesPatientsPermission Class
RolesPatientsPermission Members

Error processing SSI file