ParentEntityId Property

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

Gets or sets the string representing the parent unique identifier.

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

Syntax

'Declaration
Public Property ParentEntityId As String
'Usage
Dim instance As ParentEntityDeletedException
Dim value As String

value = instance.ParentEntityId

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

Property Value

Type: System..::.String
The Id of the parent.

Remarks

Returns the Id of the parent entity that caused this exception.

Permissions

See Also

Reference

ParentEntityDeletedException Class

ParentEntityDeletedException Members

Microsoft.CommerceServer.Marketing Namespace