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

WebServiceConstraintAttribute Members

Microsoft.Web.Constraint Namespace