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