Document Conventions

The following table shows the typographic conventions used in the Microsoft CRM documentation.

Convention Description Example
Monospace Indicates source code, code examples, input to the command line, application output, and code lines embedded in text, variables, and code elements.
public class
Bold Indicates most predefined programming elements, including namespaces, classes, delegates, objects, interfaces, methods, functions, macros, structures, constructors, properties, events, enumerations, fields, operators, statements, directives, data types, keywords, exceptions, non-HTML attributes, and configuration tags, as well as registry keys, sub keys, and values. Also indicates the following HTML elements: attributes, directives, keywords, values, and headers.

In addition, indicates required user input, including command-line options, which must be entered exactly as shown.

public void DeleteInstance(
  string  SystemName,
  string  EntityType,
  string  EntityKey
);
Italic Indicates placeholders, most often method or function parameters and HTML placeholders; these placeholders represent information that must be supplied by the implementation or the user.

For command-line input, indicates parameter values.

context parameter