AppServiceConnection.PackageFamilyName 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 ou définit le nom de famille de package pour le package qui contient le point de terminaison pour le service d’application.
public:
property Platform::String ^ PackageFamilyName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PackageFamilyName();
void PackageFamilyName(winrt::hstring value);
public string PackageFamilyName { get; set; }
var string = appServiceConnection.packageFamilyName;
appServiceConnection.packageFamilyName = string;
Public Property PackageFamilyName As String
Valeur de propriété
Nom de la famille de package pour le package qui contient le point de terminaison pour le service d’application.