Singer Instruments PIXL Client
RequiredPlateInteractionInstructions Property
Example 



SI.PIXL.Client Namespace > PIXLClient Class : RequiredPlateInteractionInstructions Property
Get the required plate interaction instructions.
Syntax
'Declaration
 
Public ReadOnly Property RequiredPlateInteractionInstructions As String
'Usage
 
Dim instance As PIXLClient
Dim value As String
 
value = instance.RequiredPlateInteractionInstructions
public string RequiredPlateInteractionInstructions {get;}
public:
property String^ RequiredPlateInteractionInstructions {
   String^ get();
}
Example
This sample shows how to handle the RequiredPlateInteractionInstructions property.
// Display instructions on the Console.
Console.WriteLine(pixl.RequiredPlateInteractionInstructions);
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PIXLClient Class
PIXLClient Members