Create a new <value> attribute.

[Visual Basic]
Public Sub New( _
   ByVal propertydescription As String _
)
[C#]
public VBXC_ValueAttribute(
   string propertydescription
);

Parameters

propertydescription

The description you wish to show in the 'value' tag.

See Also

VBXC_ValueAttribute Class | VBXC_ValueAttribute Members | Fesersoft.VB.Comments Namespace


View Main Product Page