Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
GeneralRe: Speaker verification Pin
Xelalem25-Mar-10 8:30
Xelalem25-Mar-10 8:30 
AnswerRe: Speaker verification Pin
RaviRanjanKr20-Mar-11 4:54
professionalRaviRanjanKr20-Mar-11 4:54 
QuestionCalling Web Service Pin
DinoRondelly24-Mar-10 6:25
DinoRondelly24-Mar-10 6:25 
AnswerRe: Calling Web Service Pin
Abhinav S24-Mar-10 6:38
Abhinav S24-Mar-10 6:38 
AnswerRe: Calling Web Service Pin
Tony Richards24-Mar-10 6:39
Tony Richards24-Mar-10 6:39 
AnswerRe: Calling Web Service Pin
Keith Barrow24-Mar-10 6:42
professionalKeith Barrow24-Mar-10 6:42 
QuestionMake A Property Read-Only At Runtime Pin
Kevin Marois24-Mar-10 5:53
professionalKevin Marois24-Mar-10 5:53 
AnswerRe: Make A Property Read-Only At Runtime Pin
Not Active24-Mar-10 6:18
mentorNot Active24-Mar-10 6:18 
Kevin Marois wrote:
I want to make a property read only at runtime


as opposed to at design time?

This makes no sense what so ever. Asking to having a property readonly at runtime but not at other times shows a lack of understand about OO design and development.

However, if by property you actually mean a member variable, then you can use const.

I know the language. I've read a book. - _Madmatt

GeneralRe: Make A Property Read-Only At Runtime Pin
Kevin Marois24-Mar-10 6:21
professionalKevin Marois24-Mar-10 6:21 
GeneralRe: Make A Property Read-Only At Runtime PinPopular
Not Active24-Mar-10 6:28
mentorNot Active24-Mar-10 6:28 
GeneralRe: Make A Property Read-Only At Runtime Pin
Kevin Marois24-Mar-10 6:32
professionalKevin Marois24-Mar-10 6:32 
GeneralRe: Make A Property Read-Only At Runtime Pin
PIEBALDconsult24-Mar-10 6:51
mvePIEBALDconsult24-Mar-10 6:51 
AnswerRe: Make A Property Read-Only At Runtime Pin
Abhinav S24-Mar-10 6:28
Abhinav S24-Mar-10 6:28 
AnswerRe: Make A Property Read-Only At Runtime Pin
harold aptroot24-Mar-10 6:32
harold aptroot24-Mar-10 6:32 
AnswerRe: Make A Property Read-Only At Runtime Pin
Ennis Ray Lynch, Jr.24-Mar-10 9:34
Ennis Ray Lynch, Jr.24-Mar-10 9:34 
QuestionSplit a text to 5 string Pin
Chucky6424-Mar-10 4:46
Chucky6424-Mar-10 4:46 
AnswerRe: Split a text to 5 string Pin
PIEBALDconsult24-Mar-10 4:54
mvePIEBALDconsult24-Mar-10 4:54 
AnswerRe: Split a text to 5 string Pin
OriginalGriff24-Mar-10 5:05
mveOriginalGriff24-Mar-10 5:05 
GeneralRe: Split a text to 5 string Pin
Chucky6424-Mar-10 5:11
Chucky6424-Mar-10 5:11 
GeneralRe: Split a text to 5 string Pin
PIEBALDconsult24-Mar-10 5:19
mvePIEBALDconsult24-Mar-10 5:19 
GeneralRe: Split a text to 5 string Pin
Chucky6424-Mar-10 5:23
Chucky6424-Mar-10 5:23 
AnswerRe: Split a text to 5 string Pin
Dr.Walt Fair, PE24-Mar-10 5:06
professionalDr.Walt Fair, PE24-Mar-10 5:06 
GeneralRe: Split a text to 5 string Pin
Chucky6424-Mar-10 5:13
Chucky6424-Mar-10 5:13 
GeneralRe: Split a text to 5 string Pin
Dr.Walt Fair, PE24-Mar-10 5:22
professionalDr.Walt Fair, PE24-Mar-10 5:22 
GeneralRe: Split a text to 5 string Pin
Chucky6424-Mar-10 5:26
Chucky6424-Mar-10 5:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.