Delen via


ContributorArgumentConfiguration.Condition Property

Gets or sets the condition of the argument.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property Condition As String
public string Condition { get; set; }
public:
property String^ Condition {
    String^ get ();
    void set (String^ value);
}
member Condition : string with get, set
function get Condition () : String
function set Condition (value : String)

Property Value

Type: System.String
The evaluation condition of the argument (that is, "'stringA' == 'stringB'").

Remarks

Provided for compatibility with MSBuild. For more information about condition values, search for "MSBuild Conditions" on MSDN.

.NET Framework Security

See Also

Reference

ContributorArgumentConfiguration Class

Microsoft.Data.Schema.Build Namespace