DicomObjects.NET.V8
DicomObjects.DicomWeb.Internal Namespace / JsonAttribute Class / Value Property



In This Topic
    Value Property (JsonAttribute)
    In This Topic
    Internal Use Only
    Syntax
    'Declaration
     
    Public Property Value As IEnumerable(Of Object)
    'Usage
     
    Dim instance As JsonAttribute
    Dim value As IEnumerable(Of Object)
     
    instance.Value = value
     
    value = instance.Value
    public IEnumerable<object> Value {get; set;}
    public:
    property IEnumerable<Object^>^ Value {
       IEnumerable<Object^>^ get();
       void set (    IEnumerable<Object^>^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also