Returns a list of the custom options values.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | J# | 
public List<string> GetCustomOptions()
Public Function GetCustomOptions As List(Of String)
public: List<String^>^ GetCustomOptions()
public List<String> GetCustomOptions()
 Return Value
 Return Valuelist of the custom options values.
