VCFxCopTool.InputAssemblyFileName Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

Property InputAssemblyFileName As String

Dim instance As VCFxCopTool
Dim value As String

value = instance.InputAssemblyFileName

instance.InputAssemblyFileName = value
string InputAssemblyFileName { get; set; }
property String^ InputAssemblyFileName {
    String^ get ();
    void set (String^ value);
}
function get InputAssemblyFileName () : String
function set InputAssemblyFileName (value : String)

Property Value

Type: System.String

Permissions

See Also

Reference

VCFxCopTool Interface

VCFxCopTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace