This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplica Interface > IGPReplica.AccessType Property (ArcObjects .NET 10.4 SDK) |
Replica access type.
[Visual Basic .NET] Public Property AccessType As esriReplicaAccessType
[C#] public esriReplicaAccessType AccessType {get; set;}
[C++]
HRESULT get_AccessType(
esriReplicaAccessType* AccessType
);
[C++]
HRESULT put_AccessType(
esriReplicaAccessType AccessType
);
[C++]
Parameters AccessType [out, retval]
AccessType is a parameter of type esriReplicaAccessType AccessType [in]
AccessType is a parameter of type esriReplicaAccessType
This property returns a value of the esriReplicaAccessType enumeration indicating the replicas access type. See the esriReplicaAccessType enumeration for more information.