ConnectedServiceGrid.CreateServiceInstanceText Property

Definition

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

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

Property Value

Returns String.

Remarks

Not all connected service providers will allow creation (or not without authentication, etc.) Providers may return null if creation is not supported at all.

Applies to