Class AssemblyCFSdkVersion
Assembly attribute that tracks the CodeFactory SDK that was used to build this assembly.
Implements
Inherited Members
Namespace: CodeFactory.VisualStudio
Assembly: CodeFactory.VisualStudio.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public class AssemblyCFSdkVersion : Attribute, _Attribute
Constructors
| Improve this Doc View SourceAssemblyCFSdkVersion()
Initializes a new instance of the attribute with no data.
Declaration
public AssemblyCFSdkVersion()
AssemblyCFSdkVersion(string)
Initializes a new instance of the attribute.
Declaration
public AssemblyCFSdkVersion(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value | The type of CodeFactory library being created. |
Properties
| Improve this Doc View SourceValue
The value assigned to the assembly attribute.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
string |