Set it to true if methods have to be always signed
Namespace:
IpernityNET
Assembly:
IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public bool AlwaysSign { get; set; } |
Visual Basic (Declaration) |
---|
Public Property AlwaysSign As Boolean |
Visual C++ |
---|
public:
property bool AlwaysSign {
bool get ();
void set (bool value);
} |
See Also