SecurityChangedNotification.SecurityChangeType Property

Represents the type of change that security has encountered. This value determines which properties on this object are valid.

SetPermissions: NamepsaceId, Token, Permissions, Merge

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property SecurityChangeType As SecurityChangeType
public SecurityChangeType SecurityChangeType { get; private set; }
public:
property SecurityChangeType SecurityChangeType {
    SecurityChangeType get ();
    private: void set (SecurityChangeType value);
}
member SecurityChangeType : SecurityChangeType with get, private set
function get SecurityChangeType () : SecurityChangeType 
private function set SecurityChangeType (value : SecurityChangeType)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.SecurityChangeType
Returns SecurityChangeType.

.NET Framework Security

See Also

Reference

SecurityChangedNotification Class

Microsoft.TeamFoundation.Framework.Server Namespace