DictionaryForumContacts

   English
Terms for subject Microsoft containing type | all forms | exact matches only
EnglishDutch
action typeactiesoort (A classification that describes what an action does)
action typeactietype (A classification that describes what an action does)
allotment typeservice-eenheidtype (A unit of service, such as a case or a range of coverage dates, specified in a service contract that indicates how much access a customer has to customer service)
anonymous typeanoniem type (A class type whose name is generated by the compiler and that inherits directly from Object. Members of an anonymous type are properties that are inferred from the object initializer that creates instances of the type)
Approval Typegoedkeuringstype (The UI field that specifies the role of a document approver)
attribute typekenmerktype (The type of information contained by an attribute, such as quarters or months in a time dimension, which may enable specific treatment by the server and client applications)
audio typeaudiotype (One of the encoding formats for audio files, for instance Advanced Audio Coding (MP4), AIFF and WAV)
Boolean data typeBooleaans gegevenstype (A data type with only two passable values, True (-1) or False (0). Boolean variables are stored as 16-bit (2-byte) numbers)
business typeondernemingstype (The kind of business organization or sector (such as a public company, a partnership, a private corporation, and so on))
Case TypeAanvraagtype (A sub-category of customer service issues that indicates whether an issue is a question, problem, or request)
change type attributekenmerk Type wijzigen (An attribute applicable to text file and database management agents that denotes the type of change (that is, add, modify, or delete) to be made to a connector space object)
Click and Type pointer shapeaanwijzervorm voor klikken en typen (A visual cue to indicate which formatting will be applied when you double-click: a left-aligned, centered, or right-aligned tab stop; a left indent; or left or right text wrapping)
client typeclienttype (Information that determines how a cache client functions and impacts the performance of your application. There are two client types: a simple client type and a routing client type)
closed generic typegesloten algemeen type (A constructed generic type that has no unspecified generic type parameters, either of its own or of any enclosing types or methods. Closed generic types can be instantiated)
common type systemCommon Type System (The specification that determines how the common language runtime defines, uses, and manages types)
connected object typetype verbonden object (The object type in the connected system to which the ILM objects are connected)
connection typeverbindingstype (The type of Web Part connection. For example, the Provide Row To connection type passes a row of data from one Web Part to another Web Part)
constructed generic typesamengesteld algemeen type (A generic type whose generic type parameters have been specified. A constructed type or method can be an open generic type if some of its type arguments are type parameters of enclosing types or methods, or a closed generic type if all of its type arguments are real types)
content typeinhoudstype (A group of reusable settings that describes the shared attributes and behaviors of a list item, a document, or a folder)
conversion typeconversietype (The kind of conversion based on the action desired from the user (e.g. purchase, subscription))
Crash Dump Typecrashdump-type (Specifies the file format Dr. Watson will use to store the information. The Full format contains the entire memory space of the program, as well as the program image itself, the handle table, and other information that will be useful to the debugger. The Mini format may include the full memory and handle table, or it may simply contain information about a single thread. The Windows NT 4.0-compatible Full format provides you with the opportunity to use older tools to analyze the dump file. Crash Dump Type is only available when you have selected the Create Crash Dump File check box)
cursor data typegegevenstype cursor (A special data type used to reference a cursor)
data typegegevenstype (A property of a field that defines the kinds of data the field can store)
deployment typeimplementatietype (A technology that is used to deploy an application to devices. A deployment type is contained within an application; for example, Windows Installer could be a deployment type for the "Visio 2007" application)
document typedocumenttype (A designation that identifies a document's purpose)
document type definitionDocument Type Definition (A set of syntax rules for mark-up tags and their interpretation. Within an HTML (or XML) document, a DTD provides specific information on what tags are used in the document (and in what order those tags should appear), which tags can appear inside other ones, which tags have attributes, and so forth. Originally developed for use with Standard Generalized Markup Language (SGML), DTD defines the relationships between document elements)
document-based content typeop documenten gebaseerd inhoudstype (A content type that inherits settings from a base content type that was designed for document libraries)
Double data typegegevenstype Double (A fundamental data type that holds double-precision floating-point numbers. It's stored as a 64-bit number ranging in value from approximately -1.797E308 to -4.940E-324 (negative), from 4.94E-324 to 1.797E308 (positive), and 0)
drawing typetype tekening (A Visio file (template) with a .vst extension that opens with the stencils, styles, and settings you need to create a particular type of drawing)
EAP typeEAP-type (A feature that allows the user to select the type of Extensible Authentication Protocol used)
employee typewerknemersoort (A category of employees for which a specific compensation plan is designed, such as Executive, Salaried, or Hourly)
entity typeentiteitstype (The specification for a data type that includes a named set of properties and represents a top-level item in a data model)
entry typeinvoertype (The kind of tool used to store Account History, Business Contact History or Opportunity (for example, an e-mail message, note, task, or appointment). The type of utility used to store an entry)
enumerated data typeopgesomd gegevenstype (A data type consisting of a sequence of named values given in a particular order)
event typegebeurtenistype (The event type for a performance event is "information", and the event type for an exception event is 'error')
exchange rate typewisselkoerstype (A classification that groups exchange rates)
external content typeextern inhoudstype (An object (such as a customer, item, or employee) that shares a set of defined attributes or characteristics, and that is used to manage rules for data)
External Content Type data sourcegegevensbron voor externe inhoud (A type of data source used to connect to an external data source)
External Content Type DesignerOntwerpfunctie voor extern inhoudstype (A modeling tool in SharePoint Designer that enables users to create external content types, external lists and forms without writing code)
External Content Type PickerSelectiefunctie voor extern inhoudstype (​A BCS feature that allows users of a composite solution to select an external content type from within an Office client application)
field data typeveldgegevenstype (A property of a field that defines the kinds of data the field can store)
field typeveldtype (The name that identifies the action or effect the field has in the document. Examples of field types are AUTHOR, COMMENTS, and DATE)
file typebestandstype (The format of a file, commonly indicated by its file name extension. The file type indicates which program the file was created in and can be opened with)
frame typeframetype (The way in which a network type, such as Ethernet, formats data to be sent over a network. When multiple frame types are allowed for a particular network type, the packets are structured differently and are, therefore, incompatible. All computers on a network must use the same frame type to communicate)
generic typealgemeen type (A class, interface, or structure whose definition has placeholders, called generic type parameters, for one or more types that are used in its member definitions. A user specifies real types (generic type arguments) for the type parameters when creating an instance of a generic type)
generic type argumentalgemeen type argument (The type that the user specifies when creating instances of a generic type or when calling a generic method)
generic type definitiondefinitie van algemeen type (The definition of a generic type, in which type parameters act as placeholders for types that the user supplies when creating instances to use. These instances are not instances of the generic type definition, but of the constructed type formed by specifying type arguments)
generic type parameteralgemeen type parameter (In a generic type definition, a placeholder for a type that the user specifies (generic type argument) when creating instances of a generic type or when calling a generic method)
generic type parameter constraintbeperking van algemeen type parameter (A way of limiting the types that can be specified for a generic type parameter. For example, types substituted for the type parameter can be constrained to inherit from a particular type, to implement a specific interface, to provide a parameterless constructor, and so on)
generic type parameter listlijst van algemene parametertypen (The list of generic type parameters of a generic type or method, specified as part of the definition of the generic type or generic method)
group typegroepstype (The value that specifies whether the group is used for e-mail distribution, securing resources, or both)
haemophilus influenzae type b vaccinehaemophilus influenza B-vaccin (A vaccine for immunization against serious infections caused by a type of bacteria called Haemophilus influenzae type b, such as meningitis and pneumonia)
hardware typehardwaretype (A classification for similar devices. For example, Imaging Device is a hardware type for digital cameras and scanners)
Hyperlink data typegegevenstype Hyperlink (A data type for an Access database field that stores hyperlink addresses. An address can have up to four parts and is written using the following format: A data type for an Access database field that stores hyperlink addresses. An address can have up to four parts and is written using the following format: displaytextaddresssubaddress)
Integer data typegegevenstype Integer (A fundamental data type that holds integers. An Integer variable is stored as a 16-bit (2-byte) number ranging in value from -32,768 to 32,767)
item typeitemtype (The data definition for a class of items stored in a Web application. An item type consists of its name and references to the default set of fields (properties) associated with items of that class)
item-based content typeop items gebaseerd inhoudstype (A content type that inherits settings from a base content type that was designed for any type of SharePoint list item)
job typetaaktype (A classification of jobs based on the sequence in which they occur, from the time a job enters the work center to the time it leaves the work center)
link typekoppelingstype (The type of task dependency. The four dependency types are Finish-to-start [FS], Finish-to-finish [FF], Start-to-start [SS], and Start-to-finish [SF])
listing typeapptype (The type of application that a developer wants to publish or list in a Microsoft marketplace; for example, an App for Office, an App for SharePoint, or a Windows Azure Catalog App)
local type inferencelokale typeafleiding (A process in which the compiler infers the type of a local variable that is declared with the var keyword in C or without an As clause in Visual Basic. The compiler infers the type of the variable from the type of the initializer expression)
Long data typelang gegevenstype (A fundamental data type that holds large integers. A Long variable is stored as a 32-bit number ranging in value from -2,147,483,648 to 2,147,483,647)
MorphX Type Hierarchy BrowserMorphX-typehiërarchiebrowser (A view that displays the structure of the selected Application Object Tree (AOT) class node and its inheritance hierarchies)
nested typegenest type (A type defined within the scope of another type. A nested type is typically used for encapsulating implementation details of the top-level type)
NetBIOS Node TypeNetBIOS-knooppunttype (A designation of the exact mechanisms by which network basic input/output system (NetBIOS) names are resolved to IP addresses)
Object data typegegevenstype Object (A fundamental data type representing any object that can be recognized by Visual Basic. Although you can declare any object variable as type Object, it is best to declare object variables according to their specific types)
object typeobjecttype (An opaque data structure that defines a protected entity that is implemented and manipulated by the operating system. For example, the system service that reads a file operates on an open file object)
object type mappingobjecttypetoewijzing (" A relationship between an object type that is used to represent a resource in ILM "2" and an object class that is used to represent that object in the metaverse.")
OLE Object data typegegevenstype OLE-object (A field data type that you use for objects created in other applications that can be linked or embedded (inserted) in an Access database)
open generic typeopen algemeen type (A constructed generic type in which one or more of the generic type arguments substituted for its generic type parameters is a type parameter of an enclosing generic type or method. Open generic types cannot be instantiated)
operation typebewerkingstype (Information that is requested on the resource managed by ILM through the Web service. This includes information on creating and deleting objects, and reading and modifying object attributes. In addition, Add/Remove operations let you apply further control to the modify operation to control only addition of attributes or their removal)
parameterized typetype met parameters (A type whose definition has placeholders for actual types that the user specifies when creating and using instances of the type. C++ templates and common language runtime generics are examples of parameterized types)
parent content type templatesjabloon voor bovenliggend inhoudstype (A type of content that exists prior to the association with an actual Windows SharePoint Services list. This distinction is made since items cannot use a type until it is associated with a WSS list)
partial-type definitiongedeeltelijke typedefinitie (The definition of a class across mulitple source files)
permission typetoegangstype (One of 2 or 3 possible permissions that a user can grant to users or domains in the Options dialog box, on the Permissions tab. For individual users, the possible permissions are Allow and Block. For domains, the three types of permissions are Allow, Block, and Notify)
person-type entityentiteit van het type Persoon (An entity that represents a person, declared as such in metadata)
project typeprojecttype (A classification that determines how a project is posted to the ledger. Project type identifies an external project as fixed price or time and materials and an internal project as cost, investment, or time)
queryable typetype waarop query's kunnen worden uitgevoerd (The type of the query variable in a LINQ query. The type of the variable that represents the data source is also a queryable type. A queryable type can be implicitly or explicitly typed, but in either case it must be a generic IEnumerable or IQueryable type)
record typerecordtype (The representation of all the instances of a particular record. When changes are made to a record type, those changes will affect all individual records of that type)
reference attribute typekenmerktype Verwijzing (" An attribute type in which the values of the attribute are the ObjectIDs (globally unique identifiers) of other resources in ILM "2".")
reference typeverwijzingstype (" A data type that is represented by a reference (similar to a pointer) to the type's actual value. If a reference type is assigned to a variable, that variable references (or "points to") the original value. No copy is made. Reference types comprise classes, interfaces, delegates, and boxed value types. ")
registered file typegeregistreerd bestandstype (File types that are tracked by the system registry and are recognized by the programs you have installed on your computer)
Relationship TypeRelatietype (A field in the contact form that specifies the relationship of the account to the organization that uses Microsoft CRM)
report typerapporttype (A category of reports that all contain similar information)
resiliency typetolerantietype (A setting that allows the user to select the specific resiliency of data across multiple disks in a virtual disk or storage space)
Ring typeBeltoontype (An option that allows the user to specify the type of alert the device will produce in response to an incoming call)
role-typeroltype (A predefined role definition)
Save as typeOpslaan als (An option in the Save As dialog that enables a user to save a file in different formats or versions)
scalar data typescalair gegevenstype (A data type defined as having a predictable and enumerable sequence of values that can be compared for greater-than/less-than relationships. Scalar data types include integers, characters, user-defined enumerated data types, and (in most implementations) Boolean values)
simple typeeenvoudig type (An element that can only contain text and appears as in an XML document, or any attribute of an element. Attributes are considered simple types because they contain only text)
Single data typegegevenstype Enkel (A data type that stores single-precision floating-point variables as 32-bit (4-byte) floating-point numbers ranging in value from -3.402823E38 to -1.401298E-45 for negative values and 1.401298E-45 to 3.402823E38 for positive values)
status message typestatusberichttype (The nature of the status message, such as audit, detail, or milestone)
String data typegegevenstype Reeks (A fundamental data type that holds characters, one character per 2 bytes. A fixed-length string can contain 1 to 64K characters; a variable-length string can contain 1 to 2 billion)
system-defined financial dimension typein systeem gedefinieerd type financiële dimensie (A financial dimension mapped to a table or view in the database that represents an entity type and whose values are in the domain of one attribute of that entity type)
task typetaaktype (A characterization of a task based on which aspect of the task is fixed and which aspects are variable. There are three task types: Fixed Units, Fixed Work, and Fixed Duration. The default task type in Project is Fixed Units)
type descriptortypedescriptor (An object that defines the data type of an input, output or return parameter of a method instance object)
Type 1 fontsType 1-lettertypen (Scalable fonts designed to work with PostScript devices)
type librarytypebibliotheek (A file (or component within another file) that contains Automation standard descriptions of exposed objects, properties, and methods)
type managerlettertypebeheer (A software program that helps you increase or decrease the sets of available fonts)
type mismatchtype komt niet overeen (A general error that happens when assigning a value to a variable of another type or when comparing values of incompatible data types)
uniqueidentifier data typegegevenstype Uniqueidentifier (A data type containing a unique identification number stored as a 16-byte binary string used for storing a globally unique identifier (GUID))
usage typegebruikstype (In Exchange Server 2007, the type of connector that is determined by the intended use of the connector. The usage type determines the default settings for the connector. This includes the SIDs that are authenticated, the permissions that are assigned to those SIDs, and the authentication mechanism)
user-defined financial dimension typedoor gebruiker gedefinieerd type financiële dimensie (A financial dimension mapped to a user-defined list of values)
user-defined typedoor gebruiker gedefinieerd type (A base data type that is explicitly defined by using the pre-compiler typedef directive)
value typewaardetype (A data type that is represented by the type's actual value. If a value type is assigned to a variable, that variable is given a fresh copy of the value. (This is in contrast to a reference type, where assignment does not create a copy) Value types are usually created on a method's stack frame, rather than in the garbage-collected heap. A value type can be boxed, which is a process that creates a corresponding reference type)
Variant data typegegevenstype Variant (The default data type for variables that don't have type-declaration characters when a Deftype statement isn't in effect. A Variant can store numeric, string, date/time, Null, or Empty data)
view typeweergavetype (The basic structure of a view. When you create a view, you must first select one of five view types (table, timeline, day/week/month, card, or icon) to determine how information will be arranged and formatted in your new view)
workflow typeworkflowtype (A set of metadata and event handlers in the Application Object Tree (AOT) that defines a workflow design template)
Yes/No data typeja/nee-gegevenstype (A field data type you use for fields that will contain only one of two values, such as Yes or No and True or False. Null values are not allowed)