Compartir a través de


ConnectedServiceGrid.CanCreateServiceInstance Propiedad

Definición

Obtiene o establece un valor que indica si el proveedor puede crear actualmente una instancia de servicio.

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

Valor de propiedad

Devuelve Boolean.

Comentarios

No todos los proveedores de servicios conectados permitirán la creación (o no sin autenticación, etc.)

Se aplica a