GroupMembershipChangedNotification.OperationType Property
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property OperationType As IdentityOperationType
public IdentityOperationType OperationType { get; private set; }
public:
property IdentityOperationType OperationType {
IdentityOperationType get ();
private: void set (IdentityOperationType value);
}
member OperationType : IdentityOperationType with get, private set
function get OperationType () : IdentityOperationType
private function set OperationType (value : IdentityOperationType)
Property Value
Type: Microsoft.VisualStudio.Services.Identity.IdentityOperationType
.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.