Import.Condition Property

Definition

Gets the Condition attribute value of the Import element.

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

Property Value

The Condition attribute value of the Import element.

Applies to