Partager via


ConnectedServiceHandlerExportAttribute.TargetPlatform Propriété

Définition

Obtient ou définit la chaîne « TargetPlatform » pour faire correspondre un gestionnaire de service connecté à la plateforme cible d’un projet.

public:
 property System::String ^ TargetPlatform { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ TargetPlatform { Platform::String ^ get(); void set(Platform::String ^ value); };
public string TargetPlatform { get; set; }
member this.TargetPlatform : string with get, set
Public Property TargetPlatform As String

Valeur de propriété

Retourne String.

Remarques

Les GUID peuvent être dans les formats suivants :

  • « N » : 32 chiffres : 000000000000000000000000000000000000000000000000.

  • « D » : 32 chiffres séparés par des traits d’union : 00000000-0000-0000-0000-0000000000000000.

Vous pouvez utiliser la même syntaxe que l’attribut AppliesTo pour créer une chaîne de requête.

S’applique à