StaticSource.Value

説明

スタティックソース値をVariantとして設定したり、戻したりします。

C#構文

// get accessor

Object rtn = StaticSource.Value;

// set accessor

StaticSource.Value = Object;