ConnectedServiceGrid.CanCreateServiceInstance 属性

定义

获取或设置一个值,该值指示提供程序当前是否可以创建服务实例。

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

属性值

返回 Boolean

注解

并非所有连接的服务提供商都允许在没有身份验证的情况下创建 (或不允许创建,等等 )

适用于