WcfValidationBehaviorAttribute.TargetContract property
Namespace: Microsoft.Web.Constraint
Assembly: Microsoft.Web.Constraint (in Microsoft.Web.Constraint.dll)
Syntax
'Declaration
Public ReadOnly Property TargetContract As Type
Get
'Usage
Dim instance As WcfValidationBehaviorAttribute
Dim value As Type
value = instance.TargetContract
public Type TargetContract { get; }
Property value
Type: System.Type
See also
Reference
WcfValidationBehaviorAttribute class