Share via


ParentEntityType Property

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

Gets or sets the string representing the parent type of the entity.

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

Syntax

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

value = instance.ParentEntityType

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

Property Value

Type: System..::.String
The type of entity of the parent.

Remarks

Returns the type of entity that caused this exception.

Permissions

See Also

Reference

ParentEntityDeletedException Class

ParentEntityDeletedException Members

Microsoft.CommerceServer.Marketing Namespace