ArcObjects Library Reference (Server)  

IServerDirectory3.IsPrivate Property

Indicates whether this is a private server directory.

[Visual Basic .NET]
Public ReadOnly Property IsPrivate As Boolean
[C#]
public bool IsPrivate {get;}
[C++]
HRESULT get_IsPrivate(
  VARIANT_BOOL* pIsPrivate
);
[C++]

Parameters

pIsPrivate [out, retval]   pIsPrivate is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IServerDirectory3 Interface