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
- token
Type: System.String
- inherit
Type: System.Boolean
.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.