Share via


SetInheritFlagInfo Constructor

Namespace:  Microsoft.VisualStudio.Services.Security
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Sub New ( _
    token As String, _
    inherit As Boolean _
)
public SetInheritFlagInfo(
    string token,
    bool inherit
)
public:
SetInheritFlagInfo(
    String^ token, 
    bool inherit
)
new : 
        token:string * 
        inherit:bool -> SetInheritFlagInfo
public function SetInheritFlagInfo(
    token : String, 
    inherit : boolean
)

Parameters

.NET Framework Security

See Also

Reference

SetInheritFlagInfo Class

Microsoft.VisualStudio.Services.Security Namespace