Leadtools.Dicom.Services

RoleName Property

Show in webframe



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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.