다음을 통해 공유


SecurityChangedNotification.InheritPermissions Property

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

Syntax

‘선언
Public Property InheritPermissions As Boolean
    Get
    Set
public bool InheritPermissions { get; set; }
public:
property bool InheritPermissions {
    bool get ();
    void set (bool value);
}
member InheritPermissions : bool with get, set
function get InheritPermissions () : boolean
function set InheritPermissions (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SecurityChangedNotification Class

Microsoft.TeamFoundation.Framework.Server Namespace