Sdílet prostřednictvím


ConnectedServiceGrid.ConfigureServiceText Property

Definition

Gets or sets a value to use as the text of the control for the users to configure the service.

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

Property Value

Returns String.

Remarks

Not all connected service providers will allow configuration. Providers may return null if configuration is not supported.

Applies to