Field.name Property¶
Module: Field
Type: string
Definition¶
The field name.
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