Share via


RemoteAgent.Id Property

Gets the Package ID of the remote agent.

Namespace:  Microsoft.SmartDevice.Connectivity
Assembly:  Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)

Syntax

'Declaration
Public ReadOnly Property Id As ObjectId
'Usage
Dim instance As RemoteAgent 
Dim value As ObjectId 

value = instance.Id
public ObjectId Id { get; }
public:
property ObjectId^ Id {
    ObjectId^ get ();
}
public function get Id () : ObjectId

Property Value

Type: Microsoft.SmartDevice.Connectivity.ObjectId
The unique identifier of the package to be deployed as a remote agent.

Remarks

This ID represents a package ID which determines the files and services that are deployed to the device when Start is called.

Packages are XSL files in the Datastore's addon folder that tell the remote agent the files to deploy to the device and the agents and services that have to be started. For more information, see Overview of Add-on Packages.

.NET Framework Security

See Also

Reference

RemoteAgent Class

RemoteAgent Members

Microsoft.SmartDevice.Connectivity Namespace