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