DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomValidationException Class / Source Property






    Source Property (DicomValidationException)
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Overridable Property Source As System.String
     
    'Usage
     
    
    Dim instance As DicomValidationException
    Dim value As System.String
     
    instance.Source = value
     
    value = instance.Source
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also