This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaDataset Interface > IGPReplicaDataset.IsPrivate Property (ArcObjects .NET 10.5 SDK) |
Indicates if the replica dataset is private.
[Visual Basic .NET] Public Property IsPrivate As Boolean
[C#] public bool IsPrivate {get; set;}
[C++]
HRESULT get_IsPrivate(
VARIANT_BOOL* IsPrivate
);
[C++]
HRESULT put_IsPrivate(
VARIANT_BOOL IsPrivate
);
[C++]
Parameters IsPrivate [out, retval] IsPrivate is a parameter of type VARIANT_BOOL IsPrivate [in] IsPrivate is a parameter of type VARIANT_BOOL
Returns TRUE if the dataset is private. Returns FALSE if it is not private