Share via


ContributorArgumentConfiguration Constructor (String, String, String)

Initializes a new instance of the ContributorArgumentConfiguration class by using the provided parameters.

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    value As String, _
    condition As String _
)
public ContributorArgumentConfiguration(
    string name,
    string value,
    string condition
)
public:
ContributorArgumentConfiguration(
    String^ name, 
    String^ value, 
    String^ condition
)
new : 
        name:string * 
        value:string * 
        condition:string -> ContributorArgumentConfiguration
public function ContributorArgumentConfiguration(
    name : String, 
    value : String, 
    condition : String
)

Parameters

  • condition
    Type: System.String
    The evaluation condition of the argument.

Remarks

For more information about the conditions, search for "MSBuild Conditions" on Microsoft Developer Network.

.NET Framework Security

See Also

Reference

ContributorArgumentConfiguration Class

ContributorArgumentConfiguration Overload

Microsoft.Data.Schema.Build Namespace

Condition