다음을 통해 공유


SecurityChangedNotification.SecurityChangeType Property

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

Syntax

‘선언
Public Property SecurityChangeType As SecurityChangeType
    Get
    Private Set
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

.NET Framework Security

See Also

Reference

SecurityChangedNotification Class

Microsoft.TeamFoundation.Framework.Server Namespace