This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IProperty Interface > IProperty.Value Property (ArcObjects .NET 10.5 SDK) |
The value of the property.
[Visual Basic .NET] Public Property Value As Object
[C#] public object Value {get; set;}
[C++]
HRESULT get_Value(
VARIANT* Value
);
[C++]
HRESULT put_Value(
VARIANT Value
);
[C++]
Parameters Value [out, retval] Value is a parameter of type VARIANT Value [in] Value is a parameter of type VARIANT