Namespace: P4s3CurveNew
Assembly: P4s3CurveNew (in P4s3CurveNew.exe) Version: 0.0.0.0

Syntax

C#
[CompilationMappingAttribute(SourceConstructFlags.Value)]
public static bool verbose { get; set; }
Visual Basic
<CompilationMappingAttribute(SourceConstructFlags.Value)> 
Public Shared Property verbose As Boolean
	Get
	Set
Visual C++
public:
[CompilationMappingAttribute(SourceConstructFlags::Value)]
static property bool verbose {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also