Indicates whether this metadata document is private.
[Visual Basic .NET] Public Property IsPrivateDocument As Boolean
[C#] public bool IsPrivateDocument {get; set;}
[C++]
HRESULT get_IsPrivateDocument(
VARIANT_BOOL* pIsPrivate
);
[C++]
HRESULT put_IsPrivateDocument(
VARIANT_BOOL pIsPrivate
);
[C++]Parameters
pIsPrivate [out, retval] pIsPrivate is a parameter of type VARIANT_BOOL pIsPrivate [in] pIsPrivate is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.