PlatformDirectory Property

MSBuild

Specifies the location of the version of Mscorlib.dll that was used when building the target assemblies if this version is not installed on the computer running FxCopCmd.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property PlatformDirectory As String
C#
public string PlatformDirectory { get; set; }
C++
public property string PlatformDirectory sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_PlatformDirectory();

/** property */
public void set_PlatformDirectory(string value);
JScript
public function get PlatformDirectory() : String

public function set PlatformDirectory(value : String);

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.