IConstant

Overview

IConstant allows access to the value of a constant.

Location


Properties


Value

Returns the constant value

 

property Value: Object read;

 

Object Value { get; }

 

var Value: Object { get{} }

 

Object Value { __get; }

 

ReadOnly Property Value() As Object