DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / CStoreRequestArgs Class / AffectedSOPClassUID Property






    AffectedSOPClassUID Property
    SOP Class UID of the SOP Instance to be stored.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AffectedSOPClassUID As System.String
     
    'Usage
     
    
    Dim instance As CStoreRequestArgs
    Dim value As System.String
     
    value = instance.AffectedSOPClassUID
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also