ConnectedServiceHandlerExportAttribute.ProviderId 属性

定义

获取提供程序/处理程序的唯一提供程序 ID。 这用于将提供程序与其处理程序匹配。

public:
 property System::String ^ ProviderId { System::String ^ get(); };
public:
 property Platform::String ^ ProviderId { Platform::String ^ get(); };
public string ProviderId { get; }
member this.ProviderId : string
Public ReadOnly Property ProviderId As String

属性值

返回 String

注解

建议的提供程序 ID 格式为:[服务公司]。[服务]。[SubService]

适用于