Metodo BomItemGetResolvedValue
|
Restituisce il valore dell'attributo considerando l'ambiente di appartenenza.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 28.3.0
Sintassipublic Object GetResolvedValue(
string attrName
)
Public Function GetResolvedValue (
attrName As String
) As Object
public:
Object^ GetResolvedValue(
String^ attrName
)
member GetResolvedValue :
attrName : string -> Object Parametri
- attrName String
- Nome dell'attributo.
Valore di ritorno
ObjectValore dell'attributo oppure null.
Vedi anche