←Select platform

Get(string,string) Method

Summary

Reads the property as a string.

Syntax
C#
VB
C++
public string Get( 
   string name, 
   string def 
) 
Public Function [Get]( 
   ByVal name As String, 
   ByVal def As String 
) As String 
public:  
   String^ Get( 
      String^ name, 
      String^ def 
   ) 

Parameters

name

Name of the property to query.

def

Default value to return in case the property was not set.

Return Value

Value of the property.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Imaging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.