CommandLineApplication.Parent Property

Definition

public:
 property Microsoft::Extensions::CommandLineUtils::CommandLineApplication ^ Parent { Microsoft::Extensions::CommandLineUtils::CommandLineApplication ^ get(); void set(Microsoft::Extensions::CommandLineUtils::CommandLineApplication ^ value); };
public Microsoft.Extensions.CommandLineUtils.CommandLineApplication Parent { get; set; }
member this.Parent : Microsoft.Extensions.CommandLineUtils.CommandLineApplication with get, set
Public Property Parent As CommandLineApplication

Property Value

Applies to