public string PresentationCreator {get; set;}
'Declaration
Public Property PresentationCreator As String
'Usage
Dim instance As DicomPresentationStateInformation
Dim value As String
instance.PresentationCreator = value
value = instance.PresentationCreator
public string PresentationCreator {get; set;}
public String getPresentationCreator()
public void setPresentationCreator(String value)
get_PresentationCreator();
set_PresentationCreator(value);
Object.defineProperty('PresentationCreator');
public:
property String^ PresentationCreator {
String^ get();
void set ( String^ value);
}
Property Value
Value indicating the "Presentation Creator's Name" (0070,0084) attribute value.