TeamFoundationIdentityPropertiesUpdateEvent.PropertyScope Property
The scope of the properties being set
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property PropertyScope As IdentityPropertyScope
public IdentityPropertyScope PropertyScope { get; set; }
public:
property IdentityPropertyScope PropertyScope {
IdentityPropertyScope get ();
void set (IdentityPropertyScope value);
}
member PropertyScope : IdentityPropertyScope with get, set
function get PropertyScope () : IdentityPropertyScope
function set PropertyScope (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.