Field.name Property

Module: Field

Type: string

Definition

The field name.

name: str

Exceptions

An error has occurred during Bioseal Library execution.
String get name => getName();

Exceptions

An error has occurred during Bioseal Library execution.
public string name
{
    get => Getname();
}

Exceptions

An error has occurred during Bioseal Library execution.
public String getName() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var name: String
    get {
        return try! getName()
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealField_GetName (ID3_BIOSEAL_FIELD hField, char * name, int * nameSize)

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.