Leadtools.Medical.DataAccessLayer.Catalog Namespace > ForeignKeysAttribute Class : ChildElementKeys Property |
public string[] ChildElementKeys {get; set;}
'Declaration Public Property ChildElementKeys As String()
'Usage Dim instance As ForeignKeysAttribute Dim value() As String instance.ChildElementKeys = value value = instance.ChildElementKeys
public: property array<String^>^ ChildElementKeys { array<String^>^ get(); void set ( array<String^>^ value); }