DelaySign Property

MSBuild

Gets or sets the flag to indicate whether the target assembly will be delay signed.


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

Syntax

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

/** property */
public void set_DelaySign(bool value);
JScript
public function get DelaySign() : bool

public function set DelaySign(value : bool);

Remarks

This property can be set only in conjunction with KeyFile.

Corresponds to command line option "/delaysign".

The default value is false.

See Also

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