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

messageId
A System.String representing the identifier of the Message to retrieve.
Returns the Message with the specified ID.

Syntax

Visual Basic (Declaration) 
Public Function GetMessage( _
   ByVal messageId As String _
) As Message
C# 
public Message GetMessage( 
   string messageId
)

Remarks

If modifications are made to this Message instance you must call ProcessMessage on the MessageLayer with an "_action" of "update" passing in the modified Message instance.

Parameters

messageId
A System.String representing the identifier of the Message to retrieve.

Return Value

A Message instance.

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.