MemberConditionAttribute.ConditionMemberNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)