public string PresentationLabel {get; set;}
'Declaration
Public Property PresentationLabel As String
'Usage
Dim instance As DicomPresentationStateInformation
Dim value As String
instance.PresentationLabel = value
value = instance.PresentationLabel
public string PresentationLabel {get; set;}
public String getPresentationLabel()
public void setPresentationLabel(String value)
get_PresentationLabel();
set_PresentationLabel(value);
Object.defineProperty('PresentationLabel');
public:
property String^ PresentationLabel {
String^ get();
void set ( String^ value);
}
Property Value
Value indicating the "Presentation Label"(0070,0080) attribute value.