public string Explanation {get; set;}
'Declaration
Public Property Explanation As String
'Usage
Dim instance As DicomWindowAttributes
Dim value As String
instance.Explanation = value
value = instance.Explanation
public string Explanation {get; set;}
public String getExplanation()
public void setExplanation(String value)
get_Explanation();
set_Explanation(value);
Object.defineProperty('Explanation');
public:
property String^ Explanation {
String^ get();
void set ( String^ value);
}
Property Value
Value indicating the "Window Center & Width Explanation" (0028,1055) element. The maximum length of this string is 64.