StringListProperty.CommandLineValueSeparator Property

Definition

The separator to use in delineating individual values of this string list property

public:
 property System::String ^ CommandLineValueSeparator { System::String ^ get(); void set(System::String ^ value); };
public string CommandLineValueSeparator { get; set; }
public string CommandLineValueSeparator { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.CommandLineValueSeparator : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.CommandLineValueSeparator : string with get, set
Public Property CommandLineValueSeparator As String

Property Value

The separator.

Attributes

Remarks

For Val1;Val2;Val3, if CommandLineValueSeparator is specified as, say ,, the command line looks like this: /p:val1,val2,val3 If not specified, the command line looks like this: /p:val1 /p:val2 /p:val3 This field is optional.

Applies to