IncludeInPresentationState Property
This property controls whether the DicomLabel goes into the
PresentationState or not when one of the
CurrentToPresentationState methods is used.
public System.bool IncludeInPresentationState {get; set;}
public read-write property IncludeInPresentationState: System.Boolean;
public function get,set IncludeInPresentationState : System.boolean
public: __property System.bool get_IncludeInPresentationState();
public: __property void set_IncludeInPresentationState(
System.bool value
);
public:
property System.bool IncludeInPresentationState {
System.bool get();
void set ( System.bool value);
}
'Declaration
Public Property IncludeInPresentationState As System.Boolean
'Usage
Dim instance As DicomLabel
Dim value As System.Boolean
instance.IncludeInPresentationState = value
value = instance.IncludeInPresentationState
Target Platforms: .NET CLR 4.8 or higher