AclChangedEvent Constructor (String, String, String, String, String)
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
objectId As String, _
actionId As String, _
sid As String, _
entryType As String, _
changeType As String _
)
public AclChangedEvent(
string objectId,
string actionId,
string sid,
string entryType,
string changeType
)
public:
AclChangedEvent(
String^ objectId,
String^ actionId,
String^ sid,
String^ entryType,
String^ changeType
)
new :
objectId:string *
actionId:string *
sid:string *
entryType:string *
changeType:string -> AclChangedEvent
public function AclChangedEvent(
objectId : String,
actionId : String,
sid : String,
entryType : String,
changeType : String
)
Parameters
- objectId
Type: System.String
- actionId
Type: System.String
- sid
Type: System.String
- entryType
Type: System.String
- changeType
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.