RegisterTaskExtensibleElements.PurgeFence Property
Gets or sets the integer representing the PurgeFence property.
Namespace: OBA.Server.Taskflow
Assembly: OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)
Syntax
'Declaration
<XmlElementAttribute(IsNullable := True)> _
Public Property PurgeFence As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As RegisterTaskExtensibleElements
Dim value As Nullable(Of Integer)
value = instance.PurgeFence
instance.PurgeFence = value
[XmlElementAttribute(IsNullable = true)]
public Nullable<int> PurgeFence { get; set; }
Property Value
Type: System.Nullable<Int32>
See Also
Reference
RegisterTaskExtensibleElements Class