RegisterTaskExtensibleElements.BizDocLibProperties Property
Gets or sets the list representing the BizDocLibProperty. property.
Namespace: OBA.Server.Taskflow
Assembly: OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)
Syntax
'Declaration
Public Property BizDocLibProperties As BizDocLibProperty()
Get
Set
'Usage
Dim instance As RegisterTaskExtensibleElements
Dim value As BizDocLibProperty()
value = instance.BizDocLibProperties
instance.BizDocLibProperties = value
public BizDocLibProperty[] BizDocLibProperties { get; set; }
Property Value
Type: []
See Also
Reference
RegisterTaskExtensibleElements Class