'Declaration
<System.ComponentModel.CategoryAttribute("UML")> <System.ComponentModel.DescriptionAttribute("Determines the member format string. Only applicable when MemberFormatStyle is set to 'Custom'.")> <System.ComponentModel.DefaultValueAttribute("")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property MemberFormatString As System.String
'Usage
Dim instance As NUmlShape Dim value As System.String instance.MemberFormatString = value value = instance.MemberFormatString
[System.ComponentModel.Category("UML")] [System.ComponentModel.Description("Determines the member format string. Only applicable when MemberFormatStyle is set to 'Custom'.")] [System.ComponentModel.DefaultValue("")] [System.Xml.Serialization.XmlAttribute()] public System.string MemberFormatString {get; set;}