This is part of the Fake.DotNet.AssemblyInfoFile module.
Represents AssemblyInfo attributes
Constructor | Description |
new(...)
Signature: (name:string * value:string * inNamespace:string * staticPropType:string) -> Attribute
|
|
new(...)
Signature: (name:string * value:string * inNamespace:string * staticPropName:string * staticPropType:string * staticPropValue:string) -> Attribute
|
|
Instance member | Description |
x.Name
Signature: string
|
|
x.Namespace
Signature: string
|
|
x.StaticPropertyName
Signature: string
|
|
x.StaticPropertyType
Signature: string
|
|
x.StaticPropertyValue
Signature: string
|
|
x.Value
Signature: string
|
|