Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute()> Public Property RoleName As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RolesPatientsPermission Dim value As String instance.RoleName = value value = instance.RoleName |
C# | |
---|---|
[DataMemberAttribute()] public string RoleName {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute()] public: property String^ RoleName { String^ get(); void set ( String^ value); } |
Property Value
A System.String representing the role which permissions to be evaluated. Please check our Medical Web Viewer demo, located in DICOMServicescs.csproj project.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family