public string? DisplayRoleName { get; set; }
Public Property DisplayRoleName As String
Get
Set
public:
virtual property String^ DisplayRoleName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract DisplayRoleName : string with get, set
override DisplayRoleName : string with get, set