| GetRegDataUserDefinedString1 Property  | 
Gets the User Defined String 1 value, which often contains the customer's street address (or line 1 of the customer's address).
 
Namespace: com.softwarekey.Client.Compatibility.ProtectionPLUS4Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic string UserDefinedString1 { get; }Public ReadOnly Property UserDefinedString1 As String
	Get
public:
property String^ UserDefinedString1 {
	String^ get ();
}Property Value
Type: 
String
See Also