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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also