C#
Objective-C
C++
public string Manufacturer { get; set; }
@property (nonatomic, copy, nullable) NSString *manufacturer;
public:
property String^ Manufacturer {
String^ get();
void set ( String^ value);
}
The Manufacturer (0008,0070).
For an example, refer to Associate.