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


ISSLInfo.VerifyPeer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > ISSLInfo Interface > ISSLInfo.VerifyPeer Property
ArcGIS Developer Help

ISSLInfo.VerifyPeer Property

Indicates whether or not to verify the peer.

[Visual Basic .NET]
Public Property VerifyPeer As Boolean
[C#]
public bool VerifyPeer {get; set;}
[C++]
HRESULT get_VerifyPeer(
  Boolean* bVerifyPeer
);
[C++]
HRESULT put_VerifyPeer(
  VARIANT_BOOL bVerifyPeer
);
[C++]
Parameters
bVerifyPeer [out, retval]

bVerifyPeer is a parameter of type bool* bVerifyPeer [in]
bVerifyPeer is a parameter of type bool

Product Availability

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

See Also

ISSLInfo Interface