Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3783658
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T11:15:28+00:00 2026-05-19T11:15:28+00:00

Can we specify the access modifiers for the get and set accessors of property

  • 0

Can we specify the access modifiers for the get and set accessors of property in C#/.NET?

If so, what would be the best approach to implement this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T11:15:29+00:00Added an answer on May 19, 2026 at 11:15 am

    Yes, this is possible. It is called Asymmetric Accessor Accessibility, and you can read the MSDN documentation for it on this page. The code would look something like this:

    public int Age
    {
        get
        {
            return _age;
        }
        protected set
        {
            _age = value;
        }
    }
    

    However, there are a couple of important caveats to keep in mind:

    • Only one accessor can be modified.
    • Any restrictions placed on an individual accessor must be more restrictive than the accessibility level of the property itself, not less.
    • You cannot use accessor modifiers on an interface or an explicit implementation of an interface member.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hopefully there's a solution/patch to SubSonic SimpleRepository where I can specify a column/property with
According to the MSDN , you can specify an access type parameter to InternetOpen.
I know that when declaring a page method in ASP.NET, I can specify a
In code one can specify globally accessible constants/enums/etc once that can then be reused
Normally we can specify a target in the link or use javascript window.open to
I know you can specify a different layout file for orientation by creating a
in a java webstart file (jnlp) you can specify the nativelib tag to load
When using Ninjects ConstructorArgument you can specify the exact value to inject to specific
I have a configuration file where a developer can specify a text color by
With Spring MVC, you can specify that a particular URL will handled by a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.