Skip to main content

MemberOperationPermission.MemberName Property

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

Namespace: DevExpress.ExpressApp.Security

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

NuGet Package: DevExpress.ExpressApp.Security

Declaration

[DataMember]
public string MemberName { get; }

Property Value

Type Description
String

A string which is the name of the secured member.

See Also