Toggle navigation
.NET Obfuscation
Overview
Features
Start Free Trial
Pricing
Documentation
|
Copy Protection
Overview
Features
Start Free Trial
Pricing
Documentation
|
Mobile App Protection
Overview
|
Company
About
Contact
SecureTeam Copy Protection
RegistrationLock.AddProperty
Adds a name/value property.
Syntax
Visual Basic
C#
Public Sub AddProperty( _
ByVal
name
As
String
, _
ByVal
value
As
String
_
)
public
void
AddProperty(
string
name
,
string
value
);
Parameters
name
The property name.
value
The property value.
See Also
RegistrationLock Class
|
AgileDotNet.Licensing Namespace