Selerix Developer Tools
GetCustom Method (Coverage)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Coverage Class : GetCustom Method
The custom field name.
Gets the custom field.
Syntax
'Declaration
 
Public Overridable Function GetCustom( _
   ByVal name As String _
) As String
'Usage
 
Dim instance As Coverage
Dim name As String
Dim value As String
 
value = instance.GetCustom(name)
public virtual string GetCustom( 
   string name
)
public function GetCustom( 
    name: String
): String; virtual; 
public function GetCustom( 
   name : String
) : String;
public: virtual string* GetCustom( 
   string* name
) 
public:
virtual String^ GetCustom( 
   String^ name
) 

Parameters

name
The custom field name.
See Also

Reference

Coverage Class
Coverage Members