Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomOpenSslContextCreationSettings Class : MethodType Property |
public DicomSslMethodType MethodType {get; set;}
'Declaration
Public Property MethodType As DicomSslMethodType
'Usage
Dim instance As DicomOpenSslContextCreationSettings Dim value As DicomSslMethodType instance.MethodType = value value = instance.MethodType
public DicomSslMethodType MethodType {get; set;}
<br/>get_MethodType();<br/>set_MethodType(value);<br/>Object.defineProperty('MethodType');
public: property DicomSslMethodType MethodType { DicomSslMethodType get(); void set ( DicomSslMethodType value); }