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;}
get_MethodType();
set_MethodType(value);
Object.defineProperty('MethodType');
public: property DicomSslMethodType MethodType { DicomSslMethodType get(); void set ( DicomSslMethodType value); }