Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- name
Type: System.String
The name of the argument.
- value
Type: System.String
The value of the argument.
- 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ContributorArgumentConfiguration Class
ContributorArgumentConfiguration Overload