HelpPageSampleKey..::..SampleDirection Property

Gets the SampleDirection.

Namespace:  JiwaWebAPI.Areas.HelpPage
Assembly:  JiwaWebAPI (in JiwaWebAPI.dll)

Syntax


public Nullable<SampleDirection> SampleDirection { get; set; }
Public Property SampleDirection As Nullable(Of SampleDirection)
	Get
	Set
public:
property Nullable<SampleDirection^> SampleDirection {
	Nullable<SampleDirection^> get ();
	void set (Nullable<SampleDirection^> value);
}