ArcObjects Library Reference (GeoDatabase)  

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