ILiteralBoolean.Value 屬性

布林值。

命名空間:  Microsoft.VisualStudio.Uml.Classes
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
Property Value As Boolean
bool Value { get; set; }
property bool Value {
    bool get ();
    void set (bool value);
}
abstract Value : bool with get, set
function get Value () : boolean
function set Value (value : boolean)

屬性值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

ILiteralBoolean 介面

Microsoft.VisualStudio.Uml.Classes 命名空間