'Declaration
Public Shared Function ValidateDataValue( _ ByVal value As DataValue, _ ByVal expectedType As Type, _ ByVal index As Integer, _ ByVal diagnosticInfos As DiagnosticInfoCollection, _ ByVal responseHeader As ResponseHeader _ ) As ServiceResult
'Usage
Dim value As DataValue Dim expectedType As Type Dim index As Integer Dim diagnosticInfos As DiagnosticInfoCollection Dim responseHeader As ResponseHeader Dim value As ServiceResult value = ClientBase.ValidateDataValue(value, expectedType, index, diagnosticInfos, responseHeader)
public static ServiceResult ValidateDataValue( DataValue value, Type expectedType, int index, DiagnosticInfoCollection diagnosticInfos, ResponseHeader responseHeader )
public: static ServiceResult^ ValidateDataValue( DataValue^ value, Type^ expectedType, int index, DiagnosticInfoCollection^ diagnosticInfos, ResponseHeader^ responseHeader )
Parameters
- value
- The value.
- expectedType
- The expected type.
- index
- The index.
- diagnosticInfos
- The diagnostic information.
- responseHeader
- The response header.
Return Value
Result of the vaidation