VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / IsbtDonorGlobalRegistrationIdentifier Class / RegistrationDonorIdentifier Property
Syntax Remarks Requirements SeeAlso
In This Topic
    RegistrationDonorIdentifier Property (IsbtDonorGlobalRegistrationIdentifier)
    In This Topic
    Get the Registration Donor Identifier.
    Syntax
    'Declaration
    
    Public ReadOnly Property RegistrationDonorIdentifier As String
    
    
    public string RegistrationDonorIdentifier { get; }
    
    
    public: __property string* get_RegistrationDonorIdentifier();
    
    
    
    public:
    property string^ RegistrationDonorIdentifier { string^ get(); }
    Remarks

    Registration Donor Identifier that shall uniquely identify a donor, or potential donor, within the registration organization. Note: Alpha characters in the RDI will increase the length of the linear bar code.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also