Leadtools.Dicom.Scu Namespace > MediaCreationManagementScu Class : AllowNonDicomObjects Property |
public Nullable<IncludeNonDicomObjects> AllowNonDicomObjects {get; set;}
'Declaration Public Property AllowNonDicomObjects As Nullable(Of IncludeNonDicomObjects)
'Usage Dim instance As MediaCreationManagementScu Dim value As Nullable(Of IncludeNonDicomObjects) instance.AllowNonDicomObjects = value value = instance.AllowNonDicomObjects
public: property Nullable<IncludeNonDicomObjects> AllowNonDicomObjects { Nullable<IncludeNonDicomObjects> get(); void set ( Nullable<IncludeNonDicomObjects> value); }