This document is archived and information here might be outdated.  Recommended version.


IWorkspaceProperty.PropertyValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceProperty Interface > IWorkspaceProperty.PropertyValue Property
ArcGIS Developer Help

IWorkspaceProperty.PropertyValue Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWorkspaceProperty Interface