In This Topic
Provides guidance for the choice of presentation context
Syntax
'Declaration
Public Property PreferredTSList As System.Collections.Generic.IEnumerable(Of String)
'Usage
Dim instance As DicomAssociation
Dim value As System.Collections.Generic.IEnumerable(Of String)
instance.PreferredTSList = value
value = instance.PreferredTSList
public System.Collections.Generic.IEnumerable<string> PreferredTSList {get; set;}
public read-write property PreferredTSList: System.Collections.Generic.IEnumerable;
public function get,set PreferredTSList : System.Collections.Generic.IEnumerable
public: __property System.Collections.Generic.IEnumerable<string*>* get_PreferredTSList();
public: __property void set_PreferredTSList(
System.Collections.Generic.IEnumerable<string*>* value
);
public:
property System.Collections.Generic.IEnumerable<String^>^ PreferredTSList {
System.Collections.Generic.IEnumerable<String^>^ get();
void set ( System.Collections.Generic.IEnumerable<String^>^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also