DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.Formatters Namespace / Value Class / content Field






In This Topic
    content Field
    In This Topic
    Internal Use Only
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlTextAttribute()>
    Public content As System.String
    'Usage
     
    
    Dim instance As Value
    Dim value As System.String
     
    value = instance.content
     
    instance.content = value
    [System.Xml.Serialization.XmlText()]
    public System.string content
    public field content: System.String; 
    System.Xml.Serialization.XmlTextAttribute()
    public var content : System.String;
    [System.Xml.Serialization.XmlText()]
    public: System.string* content
    [System.Xml.Serialization.XmlText()]
    public:
    System.String^ content
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also