ArcObjects Library Reference (Carto)  

IImageServiceInfo2.AllowedFields Property

The list of visible field names.

[Visual Basic .NET]
Public Property AllowedFields As String
[C#]
public string AllowedFields {get; set;}
[C++]
HRESULT get_AllowedFields(
  BSTR* pAllowedFields
);
[C++]
HRESULT put_AllowedFields(
  BSTR pAllowedFields
);
[C++]

Parameters

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

Product Availability

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

See Also

IImageServiceInfo2 Interface