In This Topic
Provides guidance for the choice of presentation context
Syntax
'Declaration
Public Property PreferredPCID As System.Byte
'Usage
Dim instance As DicomAssociation
Dim value As System.Byte
instance.PreferredPCID = value
value = instance.PreferredPCID
public System.byte PreferredPCID {get; set;}
public read-write property PreferredPCID: System.Byte;
public function get,set PreferredPCID : System.byte
public: __property System.byte get_PreferredPCID();
public: __property void set_PreferredPCID(
System.byte value
);
public:
property System.byte PreferredPCID {
System.byte get();
void set ( System.byte value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also