SecurityWebService.SetInheritFlag Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub SetInheritFlag ( _
namespaceId As Guid, _
token As String, _
inherits As Boolean _
)
[WebMethodAttribute]
public void SetInheritFlag(
Guid namespaceId,
string token,
bool inherits
)
[WebMethodAttribute]
public:
void SetInheritFlag(
Guid namespaceId,
String^ token,
bool inherits
)
[<WebMethodAttribute>]
member SetInheritFlag :
namespaceId:Guid *
token:string *
inherits:bool -> unit
public function SetInheritFlag(
namespaceId : Guid,
token : String,
inherits : boolean
)
Parameters
- namespaceId
Type: System.Guid
- token
Type: System.String
- inherits
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.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace