NewAssociationType Property
In This Topic
This property is for user derived DicomAssociation
Syntax
'Declaration
Public Property NewAssociationType As System.Type
'Usage
Dim instance As DicomServer
Dim value As System.Type
instance.NewAssociationType = value
value = instance.NewAssociationType
public System.Type NewAssociationType {get; set;}
public read-write property NewAssociationType: System.Type;
public function get,set NewAssociationType : System.Type
public: __property System.Type* get_NewAssociationType();
public: __property void set_NewAssociationType(
System.Type* value
);
public:
property System.Type^ NewAssociationType {
System.Type^ get();
void set ( System.Type^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also