RegisterTaskRequest.ExtensibleElements Property
Gets or sets the RegisterTaskExtensibleElements object representing the extensible elements.
Namespace: OBA.Server.Taskflow
Assembly: OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)
Syntax
'Declaration
Public Property ExtensibleElements As RegisterTaskExtensibleElements
Get
Set
'Usage
Dim instance As RegisterTaskRequest
Dim value As RegisterTaskExtensibleElements
value = instance.ExtensibleElements
instance.ExtensibleElements = value
public RegisterTaskExtensibleElements ExtensibleElements { get; set; }
Property Value
Type: OBA.Server.Taskflow.RegisterTaskExtensibleElements