Share via


ConnectedServiceHandlerExportAttribute.SupportedOutputType Property

Definition

Gets or sets the "OutputType" string for matching a connected service handler to a project's target platform.

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

Property Value

Returns String.

Applies to