StaticSource.Value

Description

Sets or returns a static source value as a Variant.

C# Syntax

// get accessor
Object rtn = StaticSource.Value;
// set accessor
StaticSource.Value = Object;