ConnectedServiceGrid.ConfigureServiceInstanceText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.