Share via


ContainerFileBase.SourcePath Property

Definition

The path to a file on the host system to copy into the container. This path must be absolute and point to a file on the host system. Setting SourcePath is mutually exclusive with Contents. If both are set, an exception will be thrown.

public string? SourcePath { get; set; }
member this.SourcePath : string with get, set
Public Property SourcePath As String

Property Value

Applies to