Skip to main content

Questions tagged [properties]

A property, in some object-oriented programming languages, is a special sort of class member, intermediate between a field (or data member) and a method. Properties are read and written like fields, but property reads and writes are (usually) translated to get and set method calls.

0 votes
1 answer
31 views

Extract 'has attachment' from email messages

The script below gives me a list of items in an email mailbox, along with the associated metadata. The script works, but does not indicate whether an email has an attachment. How do I go about ...
oymonk's user avatar
  • 419
0 votes
0 answers
24 views

How to Synchronize Dial Code with Country Selection in Angular Form?

I'm currently building my own country-flag-dropdown component using angular. The goal is to mimic any International Telephone Input like intl-tel-input, etc. This is what I've done so far. 1.country-...
Panda18989's user avatar
0 votes
1 answer
39 views

In Alpine.JS, this.property inside method is undefined

I have a request for help with Alpine.JS I have a packetaApiKey property defined. When I access it this.packetaApiKey in the pickPoint method, it works as expected. But in the showSelectedPickupPoint ...
Marek Vinárčik's user avatar
0 votes
1 answer
33 views

Where does the Product Version of a file's properties come from?

(This is difficult to search for, as when you look for "Windows Product Version", you get a lot of results pertaining to the OS and not of a file) I am building stuff in VS2022, and want to ...
Peter M's user avatar
  • 7,389
1 vote
1 answer
37 views

Can `${...}` properties appear in the `<parent>` section of a POM file?

Maven's POM reference says that property values "are accessible anywhere within a POM". But that can't possibly be 100% true. The resolved value of a property depends on the POM's parent, so ...
Calvin's user avatar
  • 2,912
0 votes
0 answers
29 views

InitelliJ and changing SpringBoot property location

I have created dedicated application-local.yml and bootstrap-local.yml to allow application to run locally on my computer. According to this article it should work out of the box when I will set ...
JackTheKnife's user avatar
  • 3,994
0 votes
0 answers
70 views

Classes created at runtime suddenly missing properties. Using VB.net in Visual Studio

Something bazzar just happened while I was working on a project. Some of the classes I declare at runtime started to error. In my case, the TextBox and the ComboBox. It is not a coding error for sure,...
James Greaves's user avatar
0 votes
0 answers
20 views

HTML CSS Support extension in VsCode isn't giving Bootstrap property hints for styling

I've seen someone using the extension HTML CSS Support within VScode in this way: type in a tag>give it a class w/ Bootstrap styles> and then be shown a dropdown of Bootstrap-relavent property ...
Daymen Pasick's user avatar
0 votes
1 answer
51 views

Changing internal storage of DateTime property? [duplicate]

I'm wanting to store the clock in and clockout properties in dd-mm-yyyy hh-mm but dont want anything else stored. Is this possible to do? public class TimeCard { public int Id { get; set; }...
molly1312's user avatar
-3 votes
1 answer
55 views

Foreach can't be used for variables of type "PropertyInfo" because "PropertyInfo" has no defintion for "GetEnumerator"

I want to iterate throug a Dictionary<string, object> with a foreach loop. First I get all of the items with reflection. And when item.Name is not settings the program goes in the else path. ...
user1673665's user avatar
0 votes
1 answer
39 views

Problem with @ConfigProperty in null when using a process in Apache Camel Quarkus

Good morning, I am currently working with Quarkus and Apache Camel and I am using a variable from the application.properties in a processor, I try to bring it in using the @ConfigProperty annotation, ...
Cesar Justo's user avatar
0 votes
1 answer
35 views

Snapshot keep property is not working for iceberg

I have set history.expire.min-snapshots-to-keep = 6 and still I am getting only one snapshot from snapshot metadata table for iceberg table Is there any other property I am missing to have multiple ...
Agrawal Shraddha's user avatar
1 vote
1 answer
22 views

unable to delete a property (or appProperty) using php client in google drive object

Searching in the web and in Stack Overflow I didn't find post where the problem was solved I've this code $params = array(); $file = new Google_Service_Drive_DriveFile(); $file-...
jthomas's user avatar
  • 57
0 votes
1 answer
34 views

Unable to use Blazor two-side bind

I'm developing a blazor server app and I have created a component which contains two textfield and a select(I'm using ant design blazor, I think it isn't the cause of the error). ProfileInfoInput....
Sciencekill's user avatar
0 votes
1 answer
31 views

Maven ${project.version} scope

I have parent pom with dependency management declared by ${project.version}. Then I inherit parent in my target project, this project has other version than parent. This throws errors, because of ...
Cezary's user avatar
  • 35

15 30 50 per page
1
2 3 4 5
1215