AtomPersonConstruct Constructor (String, String, Uri, String)
Represents an AtomPersonConstruct instance initialized with the given name, Uri and email.
[Visual Basic]Overloads Public Sub New( _
ByVal
localName As
String, _
ByVal
name As
String, _
ByVal
url As
Uri, _
ByVal
email As
String _
)
Parameters
- localName
- The not qualified name of the element.
- name
- The Name of the AtomPersonConstruct.
- url
- The Url of the AtomPersonConstruct.
- email
- The Email of the AtomPersonConstruct.
See Also
AtomPersonConstruct Class | Atom.Core Namespace | AtomPersonConstruct Constructor Overload List