Share via


DelaySign Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value indicating the state of the attribute.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property DelaySign As Boolean
public bool DelaySign { get; }
public:
property bool DelaySign {
    bool get ();
}
member DelaySign : bool with get
function get DelaySign () : boolean

Property Value

Type: System. . :: . .Boolean
true if this assembly has been built as delay-signed; otherwise, false.

.NET Framework Security

See Also

Reference

AssemblyDelaySignAttribute Class

System.Reflection Namespace