ArcGIS API for Silverlight - Library Reference
AddCustomProperty Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.WebMap Namespace > WebMapObject Class : AddCustomProperty Method

propertyName
Name of the property.
value
The value.
Adds the custom property.

Syntax

Visual Basic (Declaration) 
Public Sub AddCustomProperty( _
   ByVal propertyName As String, _
   ByVal value As Object _
) 
C# 
public void AddCustomProperty( 
   string propertyName,
   object value
)

Parameters

propertyName
Name of the property.
value
The value.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.