[PublicAPIAttribute]
public Object ConstantValue { get; set; }
<PublicAPIAttribute>
Public Property ConstantValue As Object
Get
Set
public:
[PublicAPIAttribute]
property Object^ ConstantValue {
Object^ get ();
void set (Object^ value);
}
[<PublicAPIAttribute>]
member ConstantValue : Object with get, set