DeploymentItemAttribute.OutputDirectory 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.
Gets the path of the directory to which the item is copied.
public:
property System::String ^ OutputDirectory { System::String ^ get(); };
public string OutputDirectory { get; }
member this.OutputDirectory : string
Public ReadOnly Property OutputDirectory As String