Visual Basic (Declaration)
Public ReadOnly Property OutputDirectory As String
Dim instance As DeploymentItemAttribute
Dim value As String
value = instance.OutputDirectory
public string OutputDirectory { get; }public:
property String^ OutputDirectory {
String^ get ();
}/** @property */
public String get_OutputDirectory ()
public function get OutputDirectory () : String
Property Value
A value representing the directory under the deployment directory that will contain the deployed files and directories.