Gets or sets the assembly key file.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property AssemblyKeyFile As String |
| C# |
|---|
| public string AssemblyKeyFile { get; set; } |
| C++ |
|---|
| public property string AssemblyKeyFile sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_AssemblyKeyFile(); /** property */ public void set_AssemblyKeyFile(string value); |
| JScript |
|---|
| public function get AssemblyKeyFile() : String public function set AssemblyKeyFile(value : String); |
See Also
Documentation version 1.0.0.0.