'Declaration
<DefaultValueAttribute("")> <DisplayAttribute(AutoGenerateField=False, Order=2004, ShortName="Value Type (Full Name)")> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <NotNullAttribute()> Public Property ValueTypeFullName As String
'Usage
Dim instance As UAAttributePointWriteParameters Dim value As String instance.ValueTypeFullName = value value = instance.ValueTypeFullName
[DefaultValue("")] [Display(AutoGenerateField=false, Order=2004, ShortName="Value Type (Full Name)")] [EditorBrowsable(EditorBrowsableState.Advanced)] [NotNull()] public string ValueTypeFullName {get; set;}
[DefaultValue("")] [Display(AutoGenerateField=false, Order=2004, ShortName="Value Type (Full Name)")] [EditorBrowsable(EditorBrowsableState.Advanced)] [NotNull()] public: property String^ ValueTypeFullName { String^ get(); void set ( String^ value); }