AbstractClassCommands Property

Summary

Gets the collection of AbstractClassCommandType.

Syntax
C#
VB
C++
[ConfigurationPropertyAttribute("abstractClassCommands", IsRequired=false)] 
public NamedElementCollection<AbstractClassCommandType> AbstractClassCommands { get; } 
  
Public ReadOnly Property AbstractClassCommands As NamedElementCollection(Of AbstractClassCommandType) 
public: 
property NamedElementCollection<AbstractClassCommandType^>^ AbstractClassCommands { 
   NamedElementCollection<AbstractClassCommandType^>^ get(); 
} 

Property Value

Collection of AbstractClassCommandType.

Requirements

Target Platforms

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

Leadtools.Dicom.Scp Assembly