Interface IName
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/Name.html
public interface IName
Properties
LocalName
String LocalName { get; }
Property Value
Prefix
String Prefix { get; }
Property Value
QualifiedName
String QualifiedName { get; }
Property Value
URI
String URI { get; }