DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / Item Property / Item(Keyword) Property
The Keyword of the DicomAttribute



Item(Keyword) Property
Note: C# syntax for the "Item" property is wrongly represented in a VB.NET syntax. This is a bug in the help file generator, and will be corrected in a later version of our help file.
Syntax
public DicomAttribute Item( 
   Keyword Keyword
) {get;}
public:
property DicomAttribute^ Item {
   DicomAttribute^ get(Keyword Keyword);
}
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal Keyword As Keyword _
) As DicomAttribute
 
'Usage
 
Dim instance As DicomImage
Dim Keyword As Keyword
Dim value As DicomAttribute
 
value = instance.Item(Keyword)

Parameters

Keyword
The Keyword of the DicomAttribute
Requirements

Target Platforms: .NET CLR 3.5 or higher

See Also