Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

MemberOperationPermission.MemberName Property

Gets a string which is the name of the secured member.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v19.2.dll

Declaration

public string MemberName { get; }

Property Value

Type Description
String

A string which is the name of the secured member.

See Also