'Declaration
<ArgumentDirectionsAttribute(ArgumentDirections.Output)> Public Property CompletesAsynchronously As Boolean
'Usage
Dim instance As UAAttributePointWriteArguments Dim value As Boolean instance.CompletesAsynchronously = value value = instance.CompletesAsynchronously
[ArgumentDirections(ArgumentDirections.Output)] public bool CompletesAsynchronously {get; set;}
Property Value
The default value of this property is False
.