ArcGIS Runtime SDK for WPF - Library Reference
Id Property
See Also 
ESRI.ArcGIS.Client.Local Namespace > WorkspaceInfo Class : Id Property

Gets or sets the identifier for this workspace

Syntax

Visual Basic (Declaration) 
Public Property Id As String
C# 
public string Id {get; set;}

Remarks

The Id is a user defined string used to uniquely refer to a workspace which has been registered with the local map service. The Id should be set as the WorkspaceID property when working with QueryDataSource, TableDataSource, or RasterDataSource objects.

Property Value

A System.String representing an identifier for this workspace.

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.