Optional (40) - A unique identifier for this resource, generated by the client system.
Namespace:
CarDeliveryNetwork.Api.Data
Assembly:
CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3011.0 (3.2.3011)
public virtual string RemoteId { get; set; }
Public Overridable Property RemoteId As String
Get
Set
public:
virtual property String^ RemoteId {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
RemoteId is an optional, client system generated, unique Id by which the resource can be
referred to on Car Delivery Network. Once the resource is created, RemoteId cannot be changed.
Reference