MulticastPointcut.MemberName Property |
Gets or sets the expression specifying to which members
the aspect extension applies.
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.21.0 (6.5.21.0)
C#
public string MemberName { get; set; }
Property Value
Type: StringA wildcard or regular expression specifying to which members this instance applies, or null this instance applies either to all members whose kind is given in Targets. Regular expressions should start with the regex: prefix.