'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <NotNullAttribute()> Public Property ValueTypeFullName As String
'Usage
Dim instance As UAAttributePointWriteParameters Dim value As String instance.ValueTypeFullName = value value = instance.ValueTypeFullName
[EditorBrowsable(EditorBrowsableState.Advanced)] [NotNull()] public string ValueTypeFullName {get; set;}
[EditorBrowsable(EditorBrowsableState.Advanced)] [NotNull()] public: property String^ ValueTypeFullName { String^ get(); void set ( String^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.