ConnectedServiceHandlerExportAttribute.TargetPlatform Property

Definition

Gets the TargetPlatform string for matching a connected service handler to a project's target platform.

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

Property Value

Returns String.

Remarks

The Guids can be in the following formats:

  • "N": 32 digits: 00000000000000000000000000000000.

  • "D": 32 digits separated by hyphens: 00000000-0000-0000-0000-000000000000.

You can use the same syntax as the AppliesTo attribute for building a query string.

Applies to