This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > IConditionalActionConfigure Interface > IConditionalActionConfigure.ReadOnly Property (ArcObjects .NET 10.5 SDK) |
Indicates if the action properties are read-only.
[Visual Basic .NET] Public Property ReadOnly As Boolean
[C#] public bool ReadOnly {get; set;}
[C++]
HRESULT get_ReadOnly(
VARIANT_BOOL* pbvalReadOnly
);
[C++]
HRESULT put_ReadOnly(
VARIANT_BOOL pbvalReadOnly
);
[C++]
Parameters pbvalReadOnly [out, retval] pbvalReadOnly is a parameter of type VARIANT_BOOL pbvalReadOnly [in] pbvalReadOnly is a parameter of type VARIANT_BOOL