Share via


ConditionString Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Namespace:  System.Diagnostics
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property ConditionString As String
public string ConditionString { get; }
public:
property String^ ConditionString {
    String^ get ();
}
member ConditionString : string with get
function get ConditionString () : String

Property Value

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

Remarks

This property is read-only.

.NET Framework Security

See Also

Reference

ConditionalAttribute Class

System.Diagnostics Namespace