C#
Objective-C
C++/CLI
public string ApplicationContextName { get; set; }
@property (nonatomic, strong) NSString *applicationContextName;
public:
property String^ ApplicationContextName {
String^ get();
void set ( String^ value);
}
The Application Context Name for the DICOM Associate. The default value is "1.2.840.10008.3.1.1.1" (ApplicationContextName). The maximum length for this value is 64.