Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructor which specifies both the get/set visibilities as the same value.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
getterVisibility As ClientVisibility _
)
public ClientPropertyAttribute(
ClientVisibility getterVisibility
)
public:
ClientPropertyAttribute(
ClientVisibility getterVisibility
)
new :
getterVisibility:ClientVisibility -> ClientPropertyAttribute
public function ClientPropertyAttribute(
getterVisibility : ClientVisibility
)
Parameters
- getterVisibility
Type: Microsoft.TeamFoundation.Framework.Server.ClientVisibility
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.