Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes Namespace > ContentItem Class : ValueType Property |
[ElementAttribute()] public Nullable<ValueType> ValueType {get; set;}
'Declaration
<ElementAttribute()> Public Property ValueType As Nullable(Of ValueType)
'Usage
Dim instance As ContentItem Dim value As Nullable(Of ValueType) instance.ValueType = value value = instance.ValueType
[ElementAttribute()] public: property Nullable<ValueType> ValueType { Nullable<ValueType> get(); void set ( Nullable<ValueType> value); }