Results 1 to 4 of 4

Thread: Get and Set Help [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2004
    Posts
    102

    Resolved Get and Set Help [RESOLVED]

    Lo all,
    having a little trouble with a few get and set properties im trying to do, ther reason why is they are part of an array. I can do this is vb6 pretty easy but dont know how to do it in C#.

    Can someone point me in the right direction, currently I have this which is how it would be done if acAccountNote wasnt an array but unfortunatly it is hehe. Any ideas how to do this with an array??

    VB Code:
    1. private string AccountNote
    2.         {
    3.             get
    4.             {
    5.                 return acAccountNote;
    6.             }
    7.             set
    8.             {
    9.                 acAccountNote = value;
    10.             }
    11.         }
    Last edited by Hack; Feb 23rd, 2006 at 09:09 AM. Reason: Added green "resolved" checkmark

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width