ConditionalAttribute.ConditionString Property

Definition

Gets the conditional compilation symbol that is associated with the ConditionalAttribute attribute.

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

Property Value

A string that specifies the case-sensitive conditional compilation symbol that is associated with the ConditionalAttribute attribute.

Remarks

This property is read-only.

Applies to