MemberConditionAttribute.ConditionMemberNames Property

Definition

Gets the name(s) of the staticBoolean member(s) (property, field, or parameterless method) on ConditionType evaluated for this condition. Multiple values are combined with a logical AND.

public System.Collections.Generic.IReadOnlyList<string> ConditionMemberNames { get; }
member this.ConditionMemberNames : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property ConditionMemberNames As IReadOnlyList(Of String)

Property Value

Applies to