ChildElementKeys Property

Summary

Gets or sets the element keys name in the child ICatalogEntity which corresponds to the ParentElementKeys.

Syntax
C#
VB
C++
public string[] ChildElementKeys { get; set; } 
  
Public Property ChildElementKeys As String() 
public: 
property array<String^>^ ChildElementKeys { 
   array<String^>^ get(); 
   void set (    array<String^>^ ); 
} 

Property Value

An array of System.String values which holds the element key's name in the child ICatalogEntity.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly