Class AssemblyCFSdkVersion
Assembly attribute that tracks the CodeFactory SDK that was used to build this assembly.
Inherited Members
Namespace: CodeFactory.WinVs
Assembly: CodeFactory.WinVs.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public class AssemblyCFSdkVersion : Attribute
Constructors
AssemblyCFSdkVersion()
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
Value
The value assigned to the assembly attribute.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
string |