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:
virtual property String^ FirstName {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Field Value

The first name.

Implements

IGatewayRequest..::..FirstName

See Also