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


IWorkspaceProperty.PropertyValue Property (ArcObjects .NET 10.4 SDK)
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

.NET Related Topics

Querying workspace properties