StringCollection GetValues( string strRecordName )
StringCollection^ GetValues( String^ strRecordName )
Parameters
| Parameter Name | Description |
|---|---|
| strRecordName | Record name. |
Return Value
The values of the variables.
StringCollection GetValues( string strRecordName )
StringCollection^ GetValues( String^ strRecordName )
| Parameter Name | Description |
|---|---|
| strRecordName | Record name. |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown in case of missing parameters. |
| System.ArgumentException | Thrown in case of invalid arguments. |
| System.ApplicationException | The internal interface for place holders could not be created. |