RegistrationLock.AddProperty Method

SecureTeam Copy Protection

RegistrationLock.AddProperty

Adds a name/value property.

Syntax

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