VCLinkerTool.KeyContainer Property
Gets or sets the named container of the key for strongly naming the output assembly.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Property KeyContainer As String
用法
Dim instance As VCLinkerTool
Dim value As String
value = instance.KeyContainer
instance.KeyContainer = value
string KeyContainer { get; set; }
property String^ KeyContainer {
String^ get ();
void set (String^ value);
}
function get KeyContainer () : String
function set KeyContainer (value : String)
Property Value
Type: System.String
The named container of the key for strongly naming the output assembly.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.