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


IGPReplicaDataset.IsPrivate Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPReplicaDataset.IsPrivate Property

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(
  Boolean* IsPrivate
);
[C++]

Parameters IsPrivate [in]
IsPrivate is a parameter of type bool IsPrivate [out, retval]
IsPrivate is a parameter of type bool*

Product Availability

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

Remarks

Returns TRUE if the dataset is private.  Returns FALSE if it is not private

See Also

IGPReplicaDataset Interface