'Declaration
<CanBeNullAttribute()> <IgnoreDataMemberAttribute()> <XmlIgnoreAttribute()> Public Property InputTypes As Type()
'Usage
Dim instance As UACallArguments Dim value() As Type instance.InputTypes = value value = instance.InputTypes
[CanBeNull()] [IgnoreDataMember()] [XmlIgnore()] public Type[] InputTypes {get; set;}
[CanBeNull()] [IgnoreDataMember()] [XmlIgnore()] public: property array<Type^>^ InputTypes { array<Type^>^ get(); void set ( array<Type^>^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).
The default value of this property is null
.