
Visual Basic (Declaration)
C#
The result of this task is true if the properties were successfully set.
The code snippet below executes a Set Project Properties task.
C# | ![]() |
---|---|
string workspaceName = "Default Workspace"; string projectName = "Default Project"; Dictionary<string, object> propertySet = new Dictionary<string, object>() {{"DatasetID","USA_EBIS"}, {"BACKGROUND_MAP_0","BA_Detailed"}}; setProjectPropertiesTask.ExecuteAsync(workspaceName, projectName, propertySet, new AsyncResponder(resultHandler, faultHandler)); |
System.Object
ESRI.ArcGIS.Client.BACore.Client.AbstractTask
ESRI.ArcGIS.Client.BACore.Client.BATask<TResult,TEventArgs>
ESRI.ArcGIS.Client.BAServer.Tasks.BAServerTask<TResult>
ESRI.ArcGIS.Client.BAServer.Tasks.Repository.SetProjectPropertiesTask
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family