DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / MetaSOPClass Property



In This Topic
    MetaSOPClass Property
    In This Topic
    Determines the Abstract Syntax used for normalised operations
    Syntax
    'Declaration
     
    
    Public Property MetaSOPClass As String
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As String
     
    instance.MetaSOPClass = value
     
    value = instance.MetaSOPClass
    public string MetaSOPClass {get; set;}
    public:
    property String^ MetaSOPClass {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also