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


IHotlinkExpression.ExpressionProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHotlinkExpression Interface > IHotlinkExpression.ExpressionProperties Property
ArcGIS Developer Help

IHotlinkExpression.ExpressionProperties Property

Properties that describe the hyperlink expression.

[Visual Basic .NET]
Public Property ExpressionProperties As IHotLinkExpressionProperties
[C#]
public IHotLinkExpressionProperties ExpressionProperties {get; set;}
[C++]
HRESULT get_ExpressionProperties(
  IHotLinkExpressionProperties** ppHotLinkExpressionProperties
);
[C++]
HRESULT putref_ExpressionProperties(
  IHotLinkExpressionProperties* ppHotLinkExpressionProperties
);
[C++]
Parameters
ppHotLinkExpressionProperties [out, retval]

ppHotLinkExpressionProperties is a parameter of type IHotLinkExpressionProperties** ppHotLinkExpressionProperties [in]
ppHotLinkExpressionProperties is a parameter of type IHotLinkExpressionProperties*

Product Availability

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

See Also

IHotlinkExpression Interface