CodePrimitiveExpression.Value 屬性

定義

取得或設定 所表示的原始資料型別。

public:
 property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
public object Value { get; set; }
member this.Value : obj with get, set
Public Property Value As Object

屬性值

原始資料型態實例代表 的值。

備註

這裡可以使用任何 .NET Framework 的原始型別。

適用於