共用方式為


Library.Serviceable 屬性

定義

取得值,這個值表示這個連結庫是否可進行服務,如果這個連結庫是封裝。

public:
 property bool Serviceable { bool get(); };
public bool Serviceable { get; }
member this.Serviceable : bool
Public ReadOnly Property Serviceable As Boolean

屬性值

如果可以服務此連結庫,true;否則,false

適用於