SecurityNamespaceDescription Constructor (Guid, String, String, String, Char, Int32, SecurityNamespaceStructure, Int32, Int32, List<ActionDefinition>)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
namespaceId As Guid, _
name As String, _
displayName As String, _
databaseCategory As String, _
separatorValue As Char, _
elementLength As Integer, _
structure As SecurityNamespaceStructure, _
writePermission As Integer, _
readPermission As Integer, _
actions As List(Of ActionDefinition) _
)
public SecurityNamespaceDescription(
Guid namespaceId,
string name,
string displayName,
string databaseCategory,
char separatorValue,
int elementLength,
SecurityNamespaceStructure structure,
int writePermission,
int readPermission,
List<ActionDefinition> actions
)
public:
SecurityNamespaceDescription(
Guid namespaceId,
String^ name,
String^ displayName,
String^ databaseCategory,
wchar_t separatorValue,
int elementLength,
SecurityNamespaceStructure structure,
int writePermission,
int readPermission,
List<ActionDefinition^>^ actions
)
new :
namespaceId:Guid *
name:string *
displayName:string *
databaseCategory:string *
separatorValue:char *
elementLength:int *
structure:SecurityNamespaceStructure *
writePermission:int *
readPermission:int *
actions:List<ActionDefinition> -> SecurityNamespaceDescription
public function SecurityNamespaceDescription(
namespaceId : Guid,
name : String,
displayName : String,
databaseCategory : String,
separatorValue : char,
elementLength : int,
structure : SecurityNamespaceStructure,
writePermission : int,
readPermission : int,
actions : List<ActionDefinition>
)
Parameters
- namespaceId
Type: System.Guid
- name
Type: System.String
- displayName
Type: System.String
- databaseCategory
Type: System.String
- separatorValue
Type: System.Char
- elementLength
Type: System.Int32
- writePermission
Type: System.Int32
- readPermission
Type: System.Int32
- actions
Type: System.Collections.Generic.List<ActionDefinition>
.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
SecurityNamespaceDescription Class