ActionDefinition Constructor (Guid, Int32, String, String)
Namespace: Microsoft.VisualStudio.Services.Security
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
namespaceId As Guid, _
bit As Integer, _
name As String, _
displayName As String _
)
public ActionDefinition(
Guid namespaceId,
int bit,
string name,
string displayName
)
public:
ActionDefinition(
Guid namespaceId,
int bit,
String^ name,
String^ displayName
)
new :
namespaceId:Guid *
bit:int *
name:string *
displayName:string -> ActionDefinition
public function ActionDefinition(
namespaceId : Guid,
bit : int,
name : String,
displayName : String
)
Parameters
- namespaceId
Type: System.Guid
- bit
Type: System.Int32
- name
Type: System.String
- displayName
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.