다음을 통해 공유


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

Permissions

See Also

Reference

ParentEntityDoesNotExistException Class

ParentEntityDoesNotExistException Members

Microsoft.CommerceServer.Marketing Namespace