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


IDocumentInfo3.AccessConstraints Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDocumentInfo3.AccessConstraints Property

The access constraints of document info.

[Visual Basic .NET]
Public Property AccessConstraints As String
[C#]
public string AccessConstraints {get; set;}
[C++]
HRESULT get_AccessConstraints(
  BSTR* pConstraints
);
[C++]
HRESULT put_AccessConstraints(
  BSTR pConstraints
);
[C++]

Parameters pConstraints [out, retval] pConstraints is a parameter of type BSTR pConstraints [in] pConstraints is a parameter of type BSTR

Product Availability

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

See Also

IDocumentInfo3 Interface