Skip to content
Docs Try Aspire

ExecutableAnnotation Properties

Class Properties 2 members
Represents an annotation for a container image.
Gets or sets the command associated with this executable resource.
public string Command { get; set; }
WorkingDirectory Section titled WorkingDirectory string
Gets or sets the working directory for the executable resource.
public string WorkingDirectory { get; set; }