Share via


MsrFieldData.Suffix 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.Suffix

Dim sampleValue As String
msrFieldData1.Suffix = sampleValue

Syntax

'Declaration
Public Property Suffix() As String
public string Suffix {get; set;}
public: property String^ Suffix{
    String^ get();
    Void set(String^);
}
public System.String get_Suffix();
public void set_Suffix(System.String);
public function get Suffix() : String;
public function set Suffix(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
Suffix