MockModel..::..NonPublic Property

Gets or sets a value indicating whether [non public].

Namespace:  FastMoq.Models
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


public bool NonPublic { get; set; }
Public Property NonPublic As Boolean
	Get
	Set
public:
property bool^ NonPublic {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [non public]; otherwise, false.