This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceProperty Interface > IWorkspaceProperty.PropertyValue Property (ArcObjects .NET 10.4 SDK) |
The value of this property.
[Visual Basic .NET] Public Property PropertyValue As Object
[C#] public object PropertyValue {get; set;}
[C++]
HRESULT get_PropertyValue(
VARIANT* PropertyValue
);
[C++]
HRESULT put_PropertyValue(
VARIANT PropertyValue
);
[C++]
Parameters PropertyValue [out, retval] PropertyValue is a parameter of type VARIANT PropertyValue [in] PropertyValue is a parameter of type VARIANT