AssemblyInfo.CompanyName Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nom de la société associée à l'application.
public:
property System::String ^ CompanyName { System::String ^ get(); };
public string CompanyName { get; }
member this.CompanyName : string
Public ReadOnly Property CompanyName As String
Valeur de propriété
String
qui contient le nom de la société associée à l'application.
Exceptions
L'assembly n'a pas d'attribut AssemblyCompanyAttribute.
Exemples
Cet exemple utilise la My.Application.Info.CompanyName
propriété pour afficher le nom de la société associée à l’application.
MsgBox("Application created by: " & My.Application.Info.CompanyName)
Remarques
La My.Application.Info.CompanyName
propriété obtient le nom de la société associé à l’application.
Vous pouvez modifier le nom de la société en modifiant la valeur de La société dans la boîte de dialogue Informations sur l’assembly, accessible à partir du volet Application de l’Designer project.
Disponibilité par type de projet
Type de projet | Disponible |
---|---|
Application Windows Forms | Oui |
Bibliothèque de classes | Oui |
Application console | Oui |
Bibliothèque de contrôles Windows Forms | Oui |
Bibliothèque de contrôles web | Non |
Service Windows | Oui |
Site web | Non |