DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / OperationBaseArgs Class / Command Property



In This Topic
    Command Property (OperationBaseArgs)
    In This Topic
    The incoming command
    Syntax
    'Declaration
     
    Public ReadOnly Property Command As DicomDataSet
    'Usage
     
    Dim instance As OperationBaseArgs
    Dim value As DicomDataSet
     
    value = instance.Command
    public DicomDataSet Command {get;}
    public:
    property DicomDataSet^ Command {
       DicomDataSet^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also