Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public byte[] GetCrashNarrativesVertical(
	string dln,
	bool redact,
	string key
)
Visual Basic
Public Function GetCrashNarrativesVertical ( 
	dln As String,
	redact As Boolean,
	key As String
) As Byte()
Visual C++
public:
virtual array<unsigned char>^ GetCrashNarrativesVertical(
	String^ dln, 
	bool redact, 
	String^ key
) sealed

Parameters

dln
Type: System..::..String
redact
Type: System..::..Boolean
key
Type: System..::..String

Return Value

Type: array<Byte>[]()[][]

Implements

IService1..::..GetCrashNarrativesVertical(String, Boolean, String)

See Also