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
- 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