This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo2 Interface > IImageServiceInfo2.AllowedFields Property (ArcObjects .NET 10.5 SDK) |
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