Leadtools.Medical.Workstation Namespace > WorkstationState Class : WorkstationKeysFeatures Property |
public virtual DictionaryWithEvents<Keys,string> WorkstationKeysFeatures {get;}
'Declaration Public Overridable ReadOnly Property WorkstationKeysFeatures As DictionaryWithEvents(Of Keys,String)
'Usage Dim instance As WorkstationState Dim value As DictionaryWithEvents(Of Keys,String) value = instance.WorkstationKeysFeatures
public: __property virtual DictionaryWithEvents<Keys,string*>* get_WorkstationKeysFeatures();
public: virtual property DictionaryWithEvents<Keys,string*>* WorkstationKeysFeatures { DictionaryWithEvents<Keys,string*>* get(); }