Selerix Developer Tools
GetAttributeValue Method (RateParamValue)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateParamValue Class : GetAttributeValue Method
The name.
Gets the attribute value.
Syntax
'Declaration
 
Public Function GetAttributeValue( _
   ByVal name As String _
) As String
'Usage
 
Dim instance As RateParamValue
Dim name As String
Dim value As String
 
value = instance.GetAttributeValue(name)
public string GetAttributeValue( 
   string name
)
public function GetAttributeValue( 
    name: String
): String; 
public function GetAttributeValue( 
   name : String
) : String;
public: string* GetAttributeValue( 
   string* name
) 
public:
String^ GetAttributeValue( 
   String^ name
) 

Parameters

name
The name.
See Also

Reference

RateParamValue Class
RateParamValue Members