ArcGIS API for Windows Phone - 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 Phone 7

See Also

© ESRI, Inc. All Rights Reserved.