'Declaration
<ArgumentDirectionsAttribute(ArgumentDirections.Output)> <NotNullAttribute()> <DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <DisplayAttribute(AutoGenerateField=False, Order=2906, ShortName="Attribute Data")> Public Shadows Property AttributeData As UAAttributeData
'Usage
Dim instance As UAAttributePointReadArguments Dim value As UAAttributeData instance.AttributeData = value value = instance.AttributeData
[ArgumentDirections(ArgumentDirections.Output)] [NotNull()] [DebuggerBrowsable(DebuggerBrowsableState.Never)] [Display(AutoGenerateField=false, Order=2906, ShortName="Attribute Data")] public new UAAttributeData AttributeData {get; set;}
[ArgumentDirections(ArgumentDirections.Output)] [NotNull()] [DebuggerBrowsable(DebuggerBrowsableState.Never)] [Display(AutoGenerateField=false, Order=2906, ShortName="Attribute Data")] public: new property UAAttributeData^ AttributeData { UAAttributeData^ get(); void set ( UAAttributeData^ value); }