Sdílet prostřednictvím


ConnectedServiceGrid.ConfigureServiceInstanceText Property

Definition

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

public:
 property System::String ^ ConfigureServiceInstanceText { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ConfigureServiceInstanceText { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ConfigureServiceInstanceText { get; set; }
member this.ConfigureServiceInstanceText : string with get, set
Public Property ConfigureServiceInstanceText 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