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