'Declaration
<ArgumentDirectionsAttribute(ArgumentDirections.Input)> <NotNullAttribute()> Public Shadows Property AttributeData As UAAttributeData
'Usage
Dim instance As UAAttributePointWriteArguments Dim value As UAAttributeData instance.AttributeData = value value = instance.AttributeData
[ArgumentDirections(ArgumentDirections.Input)] [NotNull()] public new UAAttributeData AttributeData {get; set;}
[ArgumentDirections(ArgumentDirections.Input)] [NotNull()] public: new property UAAttributeData^ AttributeData { UAAttributeData^ get(); void set ( UAAttributeData^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).