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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ParentEntityDeletedException Class