ArcGIS API for Silverlight - Library Reference
OutFields Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > RelationshipParameter Class : OutFields Property

Gets or sets the out fields.These fields will be returned as attributes of a ESRI.ArcGIS.Client.Graphic.

Syntax

Visual Basic (Declaration) 
Public Property OutFields As IEnumerable(Of String)
C# 
public IEnumerable<string> OutFields {get; set;}

Remarks

The wildcard (*) can be used to return all fields.

Property Value

The out fields.

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.