AssemblyDelaySign Property

MSBuild

Gets or sets the assembly delay sign value.


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

Syntax

Visual Basic (Declaration)
Public Property AssemblyDelaySign As Boolean
C#
public bool AssemblyDelaySign { get; set; }
C++
public property bool AssemblyDelaySign sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_AssemblyDelaySign();

/** property */
public void set_AssemblyDelaySign(bool value);
JScript
public function get AssemblyDelaySign() : bool

public function set AssemblyDelaySign(value : bool);

See Also

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