AuthorizationProvider.SecurityObjectCreatedByParentId Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'宣告
Public Sub SecurityObjectCreatedByParentId ( _
parentId As String, _
objectId As String, _
securityToken As String _
)
public void SecurityObjectCreatedByParentId(
string parentId,
string objectId,
string securityToken
)
public:
void SecurityObjectCreatedByParentId(
String^ parentId,
String^ objectId,
String^ securityToken
)
member SecurityObjectCreatedByParentId :
parentId:string *
objectId:string *
securityToken:string -> unit
public function SecurityObjectCreatedByParentId(
parentId : String,
objectId : String,
securityToken : String
)
Parameters
- parentId
Type: System.String
- objectId
Type: System.String
- securityToken
Type: System.String
.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.