FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

AssemblyInfo.Attribute Type

Represents AssemblyInfo attributes

Constructors

Constructor Description

Attribute(name, value, inNamespace, staticPropType)

Full Usage: Attribute(name, value, inNamespace, staticPropType)

Parameters:
    name : string
    value : string
    inNamespace : string
    staticPropType : string

Returns: Attribute

Create a new assembly info attribute with given data

name : string
value : string
inNamespace : string
staticPropType : string
Returns: Attribute

Attribute(name, value, inNamespace, staticPropName, staticPropType, staticPropValue)

Full Usage: Attribute(name, value, inNamespace, staticPropName, staticPropType, staticPropValue)

Parameters:
    name : string
    value : string
    inNamespace : string
    staticPropName : string
    staticPropType : string
    staticPropValue : string

Returns: Attribute
name : string
value : string
inNamespace : string
staticPropName : string
staticPropType : string
staticPropValue : string
Returns: Attribute

Instance members

Instance member Description

this.Name

Full Usage: this.Name

Returns: string

the name of the attribute

Returns: string

this.Namespace

Full Usage: this.Namespace

Returns: string

the namespace of the attribute

Returns: string

this.StaticPropertyName

Full Usage: this.StaticPropertyName

Returns: string

static property name

Returns: string

this.StaticPropertyType

Full Usage: this.StaticPropertyType

Returns: string

static property type

Returns: string

this.StaticPropertyValue

Full Usage: this.StaticPropertyValue

Returns: string

static property value

Returns: string

this.Value

Full Usage: this.Value

Returns: string

the value for the attribute

Returns: string