FirstName Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the first name.

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
public string FirstName { get; set; }
Visual Basic
Public Property FirstName As String
	Get
	Set
Visual C++
public:
property String^ FirstName {
	String^ get ();
	void set (String^ value);
}

Field Value

The first name.

See Also