Gets or sets the token for accessing a secure ArcGIS service.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Token As String |
C# | |
---|
public string Token {get; set;} |
Property Value
The token.
Example
XAML | Copy Code |
---|
<esri:ArcGISDynamicMapServiceLayer ID="DynamicLayer"
Url="http://serverapps.esri.com/ArcGIS/rest/services/California/MapServer"
Token="T2ILopZdSMylbhKIysHa-8YgBVNPjRHsK-Kw3VoQS2RUQ0UpUAj30vGfT92YlEue" /> |
Remarks
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also