TeamPropertiesView.ReadPropertyScope Property
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property ReadPropertyScope As IdentityPropertyScope
public IdentityPropertyScope ReadPropertyScope { get; private set; }
public:
property IdentityPropertyScope ReadPropertyScope {
IdentityPropertyScope get ();
private: void set (IdentityPropertyScope value);
}
member ReadPropertyScope : IdentityPropertyScope with get, private set
function get ReadPropertyScope () : IdentityPropertyScope
private function set ReadPropertyScope (value : IdentityPropertyScope)
Property Value
Type: Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
.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.