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