SecurityNamespaceDescription Constructor (Guid, String, String, String, Char, Int32, Int32, Int32, Int32, List<ActionDefinition>, 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, _
name As String, _
displayName As String, _
databaseCategory As String, _
separatorValue As Char, _
elementLength As Integer, _
structure As Integer, _
writePermission As Integer, _
readPermission As Integer, _
actions As List(Of ActionDefinition), _
extensionType As String _
)
public SecurityNamespaceDescription(
Guid namespaceId,
string name,
string displayName,
string databaseCategory,
char separatorValue,
int elementLength,
int structure,
int writePermission,
int readPermission,
List<ActionDefinition> actions,
string extensionType
)
public:
SecurityNamespaceDescription(
Guid namespaceId,
String^ name,
String^ displayName,
String^ databaseCategory,
wchar_t separatorValue,
int elementLength,
int structure,
int writePermission,
int readPermission,
List<ActionDefinition^>^ actions,
String^ extensionType
)
new :
namespaceId:Guid *
name:string *
displayName:string *
databaseCategory:string *
separatorValue:char *
elementLength:int *
structure:int *
writePermission:int *
readPermission:int *
actions:List<ActionDefinition> *
extensionType:string -> SecurityNamespaceDescription
public function SecurityNamespaceDescription(
namespaceId : Guid,
name : String,
displayName : String,
databaseCategory : String,
separatorValue : char,
elementLength : int,
structure : int,
writePermission : int,
readPermission : int,
actions : List<ActionDefinition>,
extensionType : String
)
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
- structure
Type: System.Int32
- writePermission
Type: System.Int32
- readPermission
Type: System.Int32
- actions
Type: System.Collections.Generic.List<ActionDefinition>
- extensionType
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.
See Also
Reference
SecurityNamespaceDescription Class