Share via


MsrFieldData.FirstName Property

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Usage

'Usage
Dim msrFieldData1 As MsrFieldData

Dim returnValue As String
returnValue = msrFieldData1.FirstName

Dim sampleValue As String
msrFieldData1.FirstName = sampleValue

Syntax

'Declaration
Public Property FirstName() As String
public string FirstName {get; set;}
public: property String^ FirstName{
    String^ get();
    Void set(String^);
}
public System.String get_FirstName();
public void set_FirstName(System.String);
public function get FirstName() : String;
public function set FirstName(String);

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

MsrFieldData Class
MsrFieldData Members
Microsoft.PointOfService.BaseServiceObjects Namespace
FirstName