ApiKeys Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

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

Syntax

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

See Also