TopBomIniHelper.Distinta.getAttributeValsByName Method

QsInformatica.Utils

TopBomIniHelperDistintagetAttributeValsByName Method

Ottiene la lista di valori dell'Attribute con nome "name"

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public List<string> getAttributeValsByName(
	string name
)
Public Function getAttributeValsByName ( 
	name As String
) As List(Of String)
public:
List<String^>^ getAttributeValsByName(
	String^ name
)
member getAttributeValsByName : 
        name : string -> List<string> 

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:QsInformatica.Utils.TopBomIniHelper.Distinta.getAttributeValsByName(System.String)"]

Return Value

Type: ListString

[Missing <returns> documentation for "M:QsInformatica.Utils.TopBomIniHelper.Distinta.getAttributeValsByName(System.String)"]

See Also