Atom.NET documentation

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 _
)
[C#]
public AtomPersonConstruct(
   string localName,
   string name,
   Uri url,
   string email
);

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