ArcGIS Runtime SDK for WPF - Library Reference
MessageTypes Property
See Also 
ESRI.ArcGIS.Client.AdvancedSymbology Namespace > MessageLayer Class : MessageTypes Property

A List containing strings representing the message types supported by the MessageLayer.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property MessageTypes As IList(Of String)
C# 
public IList<string> MessageTypes {get;}

Remarks

The message type is one of the required properties of a Message instance. When creating explicitly creating Message key value pairs the type key should be specified as "_type". Alternatively the property MessageHelper.MessageActionPropertyName can be used.

The valid types are:

  • position_report
  • spot_report
  • chemlight

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.