Namespace: P4s3CurveNewAssembly: P4s3CurveNew (in P4s3CurveNew.exe) Version: 0.0.0.0
Syntax
C# |
---|
[CompilationMappingAttribute(SourceConstructFlags.Value)]
public static CheckBox cbSkipSecPass { get; set; } |
Visual Basic |
---|
<CompilationMappingAttribute(SourceConstructFlags.Value)>
Public Shared Property cbSkipSecPass As CheckBox
Get
Set |
Visual C++ |
---|
public:
[CompilationMappingAttribute(SourceConstructFlags::Value)]
static property CheckBox^ cbSkipSecPass {
CheckBox^ get ();
void set (CheckBox^ value);
} |
Property Value
Type:
CheckBox
See Also