ConnectedServiceGrid.CanCreateServiceInstance 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 bool CanCreateServiceInstance { bool get(); void set(bool value); };
public:
 property bool CanCreateServiceInstance { bool get(); void set(bool value); };
public bool CanCreateServiceInstance { get; set; }
member this.CanCreateServiceInstance : bool with get, set
Public Property CanCreateServiceInstance As Boolean

Property Value

Returns Boolean.

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