In This Topic
Internal Use Only
Syntax
'Declaration
<System.Xml.Serialization.XmlAttributeAttribute("space", Namespace="http://www.w3.org/XML/1998/namespace")>
Public Space As System.String
'Usage
Dim instance As NativeDicomModel
Dim value As System.String
value = instance.Space
instance.Space = value
[System.Xml.Serialization.XmlAttribute("space", Namespace="http://www.w3.org/XML/1998/namespace")]
public System.string Space
public field Space: System.String;
System.Xml.Serialization.XmlAttributeAttribute("space", Namespace="http://www.w3.org/XML/1998/namespace")
public var Space : System.String;
[System.Xml.Serialization.XmlAttribute("space", Namespace="http://www.w3.org/XML/1998/namespace")]
public: System.string* Space
[System.Xml.Serialization.XmlAttribute("space", Namespace="http://www.w3.org/XML/1998/namespace")]
public:
System.String^ Space
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also