DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomContext Class / AbstractSyntax Property






In This Topic
    AbstractSyntax Property
    In This Topic
    The abstract syntax associated with the presentation context
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AbstractSyntax As System.String
    'Usage
     
    
    Dim instance As DicomContext
    Dim value As System.String
     
    value = instance.AbstractSyntax
    public System.string AbstractSyntax {get;}
    public read-only property AbstractSyntax: System.String; 
    public function get AbstractSyntax : System.String
    public: __property System.string* get_AbstractSyntax();
    public:
    property System.String^ AbstractSyntax {
       System.String^ get();
    }
    Remarks

    This value may either be a SOP class, such as CT, or a Meta SOP class such as BasicGrayscalePrint.

    Whilst this property may be set to, or compared with full UID strings, use of UID Constants is advised for better readability.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also