ESRI.ArcGIS.ADF.Web
WriteProperty(String,Boolean) Method
See Also 
ESRI.ArcGIS.ADF.Web.Display Namespace > JsonSerializer Class > WriteProperty Method : WriteProperty(String,Boolean) Method




name
The name.
value
if set to true [value].
Writes the property.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub WriteProperty( _
   ByVal name As String, _
   ByVal value As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As JsonSerializer
Dim name As String
Dim value As Boolean
 
instance.WriteProperty(name, value)
C# 
public void WriteProperty( 
   string name,
   bool value
)

Parameters

name
The name.
value
if set to true [value].

See Also

© 2010 All Rights Reserved.