ProjectExtensionsElement.Condition Property

Definition

Condition should never be set, but the getter returns null instead of throwing because a nonexistent condition is implicitly true

public:
 virtual property System::String ^ Condition { System::String ^ get(); void set(System::String ^ value); };
public override string Condition { get; set; }
member this.Condition : string with get, set
Public Overrides Property Condition As String

Property Value

Always returns null.

Applies to