Share via


VBProjectConfigurationProperties5.FileAlignment Property

Namespace:  VSLangProj110
Assembly:  VSLangProj110 (in VSLangProj110.dll)

Syntax

'Declaration
Property FileAlignment As UInteger
uint FileAlignment { get; set; }
property unsigned int FileAlignment {
    unsigned int get ();
    void set (unsigned int value);
}
abstract FileAlignment : uint32 with get, set
function get FileAlignment () : uint 
function set FileAlignment (value : uint)

Property Value

Type: System.UInt32

.NET Framework Security

See Also

Reference

VBProjectConfigurationProperties5 Interface

VSLangProj110 Namespace