DataFile.Get (String()) Method

public virtual object[] Get( 
string[] names 
)
This language is not supported or no code example is available.
public:  
virtual array< object^ >^ Get( 
array< String^ >^ names 
)
This language is not supported or no code example is available.
public function Get( 
names : String[] 
) : object[];
This language is not supported or no code example is available.

Parameters

names
string[]

Return Value

object[]

In this article

Definition