CommandLineBuilder.CommandLine Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the private StringBuilder instance for inheriting classes
protected:
property System::Text::StringBuilder ^ CommandLine { System::Text::StringBuilder ^ get(); };
protected System.Text.StringBuilder CommandLine { get; }
protected System.Text.StringBuilder CommandLine { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.CommandLine : System.Text.StringBuilder
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.CommandLine : System.Text.StringBuilder
Protected ReadOnly Property CommandLine As StringBuilder
Property Value
A StringBuilder for inheriting classes.
- Attributes