Gets or sets the value specifying whether to exract information from the intances to use as the label.
[ElementAttribute()]
[TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.EnumValueConverter`1[[Leadtools.Dicom.Common.DataTypes.YesNo, Leadtools.Dicom.Common, Version=18.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977]], Leadtools.Dicom.Common, Version=18.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")]
public Nullable<YesNo> UseLabelInformationFromInstances {get; set;}
'Declaration
<ElementAttribute()>
<TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.EnumValueConverter`1[[Leadtools.Dicom.Common.DataTypes.YesNo, Leadtools.Dicom.Common, Version=18.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977]], Leadtools.Dicom.Common, Version=18.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")>
Public Property UseLabelInformationFromInstances As Nullable(Of YesNo)
'Usage
Dim instance As MediaCreationManagement
Dim value As Nullable(Of YesNo)
instance.UseLabelInformationFromInstances = value
value = instance.UseLabelInformationFromInstances
[ElementAttribute()]
[TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.EnumValueConverter`1[[Leadtools.Dicom.Common.DataTypes.YesNo, Leadtools.Dicom.Common, Version=18.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977]], Leadtools.Dicom.Common, Version=18.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")]
public:
property Nullable<YesNo> UseLabelInformationFromInstances {
Nullable<YesNo> get();
void set ( Nullable<YesNo> value);
}
Property Value
Yes to extract label information from the instances, no otherwise.