Share via


IVsDataViewMemberInfo.SkipWhenExpression Property

Definition

Gets the string value used when the when expression is skipped. This value replaces the value that would otherwise be computed by evaluating the when expression.

public:
 property System::String ^ SkipWhenExpression { System::String ^ get(); };
public string SkipWhenExpression { get; }
member this.SkipWhenExpression : string
Public ReadOnly Property SkipWhenExpression As String

Property Value

A string value used instead of the when expression value.

Applies to