'Declaration
<CanBeNullAttribute()> Property InputTypes As Object
'Usage
Dim instance As _UACallArguments Dim value As Object instance.InputTypes = value value = instance.InputTypes
[CanBeNull()] object InputTypes {get; set;}
'Declaration
<CanBeNullAttribute()> Property InputTypes As Object
'Usage
Dim instance As _UACallArguments Dim value As Object instance.InputTypes = value value = instance.InputTypes
[CanBeNull()] object InputTypes {get; set;}
Element positions in this property correspond to argument positions in InputArguments.
A null
value in this property, a null
value in specific element, or a missing element (when there is less types than arguments) means that the input argument will be passed to the server without change.