Properties such as LocalizedName and Description do not have a value in all cases. So, instead of returning "N/A", these properties should return the common associated property (for example, Name for LocalizedName, ItemTypeName for Description, ...)
Also, a property like Has- should be implemented to let the user know whether the corresponding property actually has a value.
Properties such as LocalizedName and Description do not have a value in all cases. So, instead of returning "N/A", these properties should return the common associated property (for example, Name for LocalizedName, ItemTypeName for Description, ...)
Also, a property like Has- should be implemented to let the user know whether the corresponding property actually has a value.