ConnectedServiceHandlerExportAttribute.SupportedProjectTypes Property

Definition

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

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

Property Value

String

Returns String.

Applies to