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

Syntax

C#
[OperationContractAttribute(Action = "http://tempuri.org/IService1/GetCrashNarrativesVertical", 
	ReplyAction = "http://tempuri.org/IService1/GetCrashNarrativesVerticalResponse")]
byte[] GetCrashNarrativesVertical(
	string dln,
	bool redact,
	string key
)
Visual Basic
<OperationContractAttribute(Action := "http://tempuri.org/IService1/GetCrashNarrativesVertical", 
	ReplyAction := "http://tempuri.org/IService1/GetCrashNarrativesVerticalResponse")> 
Function GetCrashNarrativesVertical ( 
	dln As String,
	redact As Boolean,
	key As String
) As Byte()
Visual C++
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/GetCrashNarrativesVertical", 
	ReplyAction = L"http://tempuri.org/IService1/GetCrashNarrativesVerticalResponse")]
array<unsigned char>^ GetCrashNarrativesVertical(
	String^ dln, 
	bool redact, 
	String^ key
)

Parameters

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

Return Value

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

See Also