'Declaration<System.ComponentModel.DefaultValueAttribute()> <System.Runtime.Serialization.DataMemberAttribute()> Public Property DefaultFormat As System.String
'UsageDim instance As EntryParam Dim value As System.String instance.DefaultFormat = value value = instance.DefaultFormat
[System.ComponentModel.DefaultValue()] [System.Runtime.Serialization.DataMember()] public System.string DefaultFormat {get; set;}