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


ISSLInfo.VerifyPeer Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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(
  VARIANT_BOOL* bVerifyPeer
);
[C++]
HRESULT put_VerifyPeer(
  VARIANT_BOOL bVerifyPeer
);
[C++]

Parameters bVerifyPeer [out, retval] bVerifyPeer is a parameter of type VARIANT_BOOL bVerifyPeer [in] bVerifyPeer is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISSLInfo Interface