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


IAVObject.QueryPropertyValue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IA > IAVObject Interface > IAVObject.QueryPropertyValue Method
ArcGIS Developer Help

IAVObject.QueryPropertyValue Method

Returns the value of one of the object's properties. Only valid if you're expecting a single property with the given name.

[Visual Basic .NET]
Public Function QueryPropertyValue ( _
    ByVal propertyName As String _
) As String
[C#]
public string QueryPropertyValue (
    string propertyName
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAVObject Interface