PartialTrustVisibleAssembly.AssemblyName Propriedade
Definição
Obtém ou define o nome do assembly.Gets or sets the assembly name.
public:
property System::String ^ AssemblyName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("assemblyName", DefaultValue=Mono.Cecil.CustomAttributeArgument, IsKey=true, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string AssemblyName { get; set; }
[<System.Configuration.ConfigurationProperty("assemblyName", DefaultValue=Mono.Cecil.CustomAttributeArgument, IsKey=true, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.AssemblyName : string with get, set
Public Property AssemblyName As String
Valor da propriedade
O nome do assembly.The assembly name.
- Atributos