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); }