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