'Declaration
Public Overloads Function Value( _ ByVal Keyword As System.String _ ) As System.Object
'Usage
Dim instance As DicomDataSet Dim Keyword As System.String Dim value As System.Object value = instance.Value(Keyword)
public System.object Value( System.string Keyword )
public function Value( Keyword: System.String ): System.TObject;
public function Value( Keyword : System.String ) : System.Object;
public: System.Object* Value( System.string* Keyword )
public: System.Object^ Value( System.String^ Keyword )
Parameters
- Keyword
The String Keyword of the DicomAttribute
Return Value
object