Datas.GetDataSettings Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS Namespace > Datas Class > Datas Methods >

Datas.GetDataSettings Method

Retrieves the settings for a specific data ID.

Namespace: BNCS
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public Settings GetDataSettings(
 string dataId
)

Parameters

dataId

Type: String
The ID of the data to retrieve settings for.

Return Value

The settings for the specified data ID, or null if the data ID is not found.

 

See Also


Datas Class

BNCS Namespace