共用方式為


PrintInt32Property.Value 屬性

定義

取得或設定 PrintInt32Property 表示的屬性值。

public:
 virtual property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
public override object Value { get; set; }
public override object Value { get; [System.Security.SecurityCritical] set; }
member this.Value : obj with get, set
[<set: System.Security.SecurityCritical>]
member this.Value : obj with get, set
Public Overrides Property Value As Object

屬性值

Boxed Int32

屬性

例外狀況

屬性無法設定為呼叫程式碼提供的值。

適用於