ConnectedServiceGrid.ConfigureServiceText 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 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.