EntityId Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the entity identifier that cannot be found.

Namespace:  Microsoft.CommerceServer
Assembly:  Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)

Syntax

'Declaration
Public Property EntityId As String
'Usage
Dim instance As EntityDoesNotExistException
Dim value As String

value = instance.EntityId

instance.EntityId = value
public string EntityId { get; set; }
public:
property String^ EntityId {
    String^ get ();
    void set (String^ value);
}
public function get EntityId () : String
public function set EntityId (value : String)

Property Value

Type: System..::.String
The entity identifier that cannot be found.

Remarks

Stores the string that represents the entity identifier that cannot be found.

Permissions

See Also

Reference

EntityDoesNotExistException Class

EntityDoesNotExistException Members

Microsoft.CommerceServer Namespace