task
stringlengths 24
71
| input
stringlengths 8
2.38k
| output
stringlengths 1
2.34k
| options
sequence | pageTitle
stringlengths 4
140
| outputColName
stringlengths 1
79
| url
stringlengths 41
160
| wdcFile
stringlengths 71
74
|
---|---|---|---|---|---|---|---|
0c45de24_tomated_Tests_from_a_Test_Plan__Task_Description | [Step] 5 [Topic] Creating and Running Unit Tests for Existing Code Testing the User Interface with Automated UI Tests [Task Description] | Create automated tests using Microsoft Visual Studio 2010. These tests might be unit tests or coded UI tests. | [] | Essential Guide for Running Automated Tests from a Test Plan | Task Description | https://msdn.microsoft.com/en-us/library/ff472576(v=vs.100).aspx | 48/1438042986615.83_20150728002306-00099-ip-10-236-191-2_868413889_0.json |
0c45de24_tomated_Tests_from_a_Test_Plan__Task_Description | [Step] 6 [Topic] Add Files to Version Control [Task Description] | Check in the test project for your automated tests to version control for Team Foundation Server. | [] | Essential Guide for Running Automated Tests from a Test Plan | Task Description | https://msdn.microsoft.com/en-us/library/ff472576(v=vs.100).aspx | 48/1438042986615.83_20150728002306-00099-ip-10-236-191-2_868413889_0.json |
0c45de24_tomated_Tests_from_a_Test_Plan__Task_Description | [Step] 7 [Topic] Define Your Build Process [Task Description] | Add this test project to an existing build definition or create a build definition for this test project by using Team Foundation Build. | [] | Essential Guide for Running Automated Tests from a Test Plan | Task Description | https://msdn.microsoft.com/en-us/library/ff472576(v=vs.100).aspx | 48/1438042986615.83_20150728002306-00099-ip-10-236-191-2_868413889_0.json |
0c45de24_tomated_Tests_from_a_Test_Plan__Task_Description | [Step] 8 [Topic] Queue a Build [Task Description] | Queue a build using this build definition | [] | Essential Guide for Running Automated Tests from a Test Plan | Task Description | https://msdn.microsoft.com/en-us/library/ff472576(v=vs.100).aspx | 48/1438042986615.83_20150728002306-00099-ip-10-236-191-2_868413889_0.json |
0c45de24_tomated_Tests_from_a_Test_Plan__Task_Description | [Step] 9 [Topic] How to: Associate an Automated Test with a Test Case How to: Create Test Cases from an Assembly of Automated Tests Using tcm.exe Note These topics also contain the information for the following steps. [Task Description] | Associate your automated tests with test cases in your test plan by either of the following methods: Create test cases in your test plan and manually associate a test method with each test case Create test cases from an assembly of automated tests | [] | Essential Guide for Running Automated Tests from a Test Plan | Task Description | https://msdn.microsoft.com/en-us/library/ff472576(v=vs.100).aspx | 48/1438042986615.83_20150728002306-00099-ip-10-236-191-2_868413889_0.json |
0c45de24_tomated_Tests_from_a_Test_Plan__Task_Description | [Step] 10 [Topic] How to: Select a Build For Your Test Plan [Task Description] | Assign the build to your test plan. | [] | Essential Guide for Running Automated Tests from a Test Plan | Task Description | https://msdn.microsoft.com/en-us/library/ff472576(v=vs.100).aspx | 48/1438042986615.83_20150728002306-00099-ip-10-236-191-2_868413889_0.json |
0c45de24_tomated_Tests_from_a_Test_Plan__Task_Description | [Step] 11 [Topic] How to: Run Automated Tests from a Test Plan Using Microsoft Test Manager Note This topic also includes sections about how to assign a build to your plan and creating test settings and environments. How to: Analyze Test Runs Using Microsoft Test Manager [Task Description] | Run your automated tests. You can view and analyze the automated tests when your test run completes. You can run with the build, test settings and environment assigned to the plan or you can select different settings and environments if it is required. | [] | Essential Guide for Running Automated Tests from a Test Plan | Task Description | https://msdn.microsoft.com/en-us/library/ff472576(v=vs.100).aspx | 48/1438042986615.83_20150728002306-00099-ip-10-236-191-2_868413889_0.json |
89ddb6da_g__String__String___System_IO___Condition | [Exception] ArgumentException [Condition] | The path described by the destinationFileName parameter was not of a legal form. -or- The path described by the destinationBackupFileName parameter was not of a legal form. | [] | File.Replace Method (String, String, String) (System.IO) | Condition | https://msdn.microsoft.com/en-us/library/9d9h163f(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00158-ip-10-236-191-2_901996128_0.json |
89ddb6da_g__String__String___System_IO___Condition | [Exception] ArgumentNullException [Condition] | The destinationFileName parameter is null. | [] | File.Replace Method (String, String, String) (System.IO) | Condition | https://msdn.microsoft.com/en-us/library/9d9h163f(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00158-ip-10-236-191-2_901996128_0.json |
89ddb6da_g__String__String___System_IO___Condition | [Exception] DriveNotFoundException [Condition] | An invalid drive was specified. | [] | File.Replace Method (String, String, String) (System.IO) | Condition | https://msdn.microsoft.com/en-us/library/9d9h163f(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00158-ip-10-236-191-2_901996128_0.json |
89ddb6da_g__String__String___System_IO___Condition | [Exception] FileNotFoundException [Condition] | The file described by the current FileInfo object could not be found. -or- The file described by the destinationBackupFileName parameter could not be found. | [] | File.Replace Method (String, String, String) (System.IO) | Condition | https://msdn.microsoft.com/en-us/library/9d9h163f(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00158-ip-10-236-191-2_901996128_0.json |
89ddb6da_g__String__String___System_IO___Condition | [Exception] IOException [Condition] | An I/O error occurred while opening the file. - or - The sourceFileName and destinationFileName parameters specify the same file. | [] | File.Replace Method (String, String, String) (System.IO) | Condition | https://msdn.microsoft.com/en-us/library/9d9h163f(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00158-ip-10-236-191-2_901996128_0.json |
89ddb6da_g__String__String___System_IO___Condition | [Exception] PathTooLongException [Condition] | The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters. | [] | File.Replace Method (String, String, String) (System.IO) | Condition | https://msdn.microsoft.com/en-us/library/9d9h163f(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00158-ip-10-236-191-2_901996128_0.json |
89ddb6da_g__String__String___System_IO___Condition | [Exception] PlatformNotSupportedException [Condition] | The operating system is Windows 98 Second Edition or earlier and the files system is not NTFS. | [] | File.Replace Method (String, String, String) (System.IO) | Condition | https://msdn.microsoft.com/en-us/library/9d9h163f(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00158-ip-10-236-191-2_901996128_0.json |
89ddb6da_g__String__String___System_IO___Condition | [Exception] UnauthorizedAccessException [Condition] | The sourceFileName or destinationFileName parameter specifies a file that is read-only. -or- This operation is not supported on the current platform. -or- Source or destination parameters specify a directory instead of a file. -or- The caller does not have the required permission. | [] | File.Replace Method (String, String, String) (System.IO) | Condition | https://msdn.microsoft.com/en-us/library/9d9h163f(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00158-ip-10-236-191-2_901996128_0.json |
945ae66e_WebClient_Class__System_Net___Description | [Name] AllowReadStreamBuffering [Description] | Gets or sets a value that indicates whether to buffer the data read from the Internet resource for a WebClient instance. | [] | WebClient Class (System.Net) | Description | https://msdn.microsoft.com/en-US/library/system.net.webclient(v=vs.95).aspx | 48/1438042987034.19_20150728002307-00113-ip-10-236-191-2_889360871_1.json |
945ae66e_WebClient_Class__System_Net___Description | [Name] AllowWriteStreamBuffering [Description] | Gets or sets a value that indicates whether to buffer the data written to the Internet resource for a WebClient instance. | [] | WebClient Class (System.Net) | Description | https://msdn.microsoft.com/en-US/library/system.net.webclient(v=vs.95).aspx | 48/1438042987034.19_20150728002307-00113-ip-10-236-191-2_889360871_1.json |
945ae66e_WebClient_Class__System_Net___Description | [Name] BaseAddress [Description] | Gets or sets the base URI for requests made by a WebClient. | [] | WebClient Class (System.Net) | Description | https://msdn.microsoft.com/en-US/library/system.net.webclient(v=vs.95).aspx | 48/1438042987034.19_20150728002307-00113-ip-10-236-191-2_889360871_1.json |
945ae66e_WebClient_Class__System_Net___Description | [Name] Credentials [Description] | Gets or sets the network credentials that are sent to the host and used to authenticate the request. | [] | WebClient Class (System.Net) | Description | https://msdn.microsoft.com/en-US/library/system.net.webclient(v=vs.95).aspx | 48/1438042987034.19_20150728002307-00113-ip-10-236-191-2_889360871_1.json |
945ae66e_WebClient_Class__System_Net___Description | [Name] Encoding [Description] | Gets and sets the Encoding used to upload and download strings. | [] | WebClient Class (System.Net) | Description | https://msdn.microsoft.com/en-US/library/system.net.webclient(v=vs.95).aspx | 48/1438042987034.19_20150728002307-00113-ip-10-236-191-2_889360871_1.json |
945ae66e_WebClient_Class__System_Net___Description | [Name] Headers [Description] | Gets or sets a collection of header name/value pairs associated with the request. | [] | WebClient Class (System.Net) | Description | https://msdn.microsoft.com/en-US/library/system.net.webclient(v=vs.95).aspx | 48/1438042987034.19_20150728002307-00113-ip-10-236-191-2_889360871_1.json |
945ae66e_WebClient_Class__System_Net___Description | [Name] IsBusy [Description] | Gets a value that indicates whether a Web request is in progress. | [] | WebClient Class (System.Net) | Description | https://msdn.microsoft.com/en-US/library/system.net.webclient(v=vs.95).aspx | 48/1438042987034.19_20150728002307-00113-ip-10-236-191-2_889360871_1.json |
945ae66e_WebClient_Class__System_Net___Description | [Name] ResponseHeaders [Description] | Gets a collection of header name/value pairs associated with the response. | [] | WebClient Class (System.Net) | Description | https://msdn.microsoft.com/en-US/library/system.net.webclient(v=vs.95).aspx | 48/1438042987034.19_20150728002307-00113-ip-10-236-191-2_889360871_1.json |
945ae66e_WebClient_Class__System_Net___Description | [Name] UseDefaultCredentials [Description] | Gets or sets a Boolean value that controls whether default credentials are sent with requests. | [] | WebClient Class (System.Net) | Description | https://msdn.microsoft.com/en-US/library/system.net.webclient(v=vs.95).aspx | 48/1438042987034.19_20150728002307-00113-ip-10-236-191-2_889360871_1.json |
cb5ec490_soft_Build_Utilities_Namespace__Description | [Class] AppDomainIsolatedTask [Description] | Provides the same functionality as Task, but also derives from MarshalByRefObject so that it can be instantiated in its own app domain. | [] | Microsoft.Build.Utilities Namespace | Description | https://msdn.microsoft.com/en-us/library/Microsoft.Build.Utilities(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00337-ip-10-236-191-2_880217321_0.json |
cb5ec490_soft_Build_Utilities_Namespace__Description | [Class] CommandLineBuilder [Description] | Comprises utility methods for constructing a command line. | [] | Microsoft.Build.Utilities Namespace | Description | https://msdn.microsoft.com/en-us/library/Microsoft.Build.Utilities(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00337-ip-10-236-191-2_880217321_0.json |
cb5ec490_soft_Build_Utilities_Namespace__Description | [Class] Logger [Description] | When overridden in a derived form, provides functionality for loggers that handle events raised by the MSBuild engine. | [] | Microsoft.Build.Utilities Namespace | Description | https://msdn.microsoft.com/en-us/library/Microsoft.Build.Utilities(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00337-ip-10-236-191-2_880217321_0.json |
cb5ec490_soft_Build_Utilities_Namespace__Description | [Class] Task [Description] | When overridden in a derived form, provides functionality for tasks. | [] | Microsoft.Build.Utilities Namespace | Description | https://msdn.microsoft.com/en-us/library/Microsoft.Build.Utilities(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00337-ip-10-236-191-2_880217321_0.json |
cb5ec490_soft_Build_Utilities_Namespace__Description | [Class] TaskItem [Description] | Defines a single item of the project as it is passed into a task. | [] | Microsoft.Build.Utilities Namespace | Description | https://msdn.microsoft.com/en-us/library/Microsoft.Build.Utilities(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00337-ip-10-236-191-2_880217321_0.json |
cb5ec490_soft_Build_Utilities_Namespace__Description | [Class] TaskLoggingHelper [Description] | Provides helper logging methods used by tasks. | [] | Microsoft.Build.Utilities Namespace | Description | https://msdn.microsoft.com/en-us/library/Microsoft.Build.Utilities(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00337-ip-10-236-191-2_880217321_0.json |
cb5ec490_soft_Build_Utilities_Namespace__Description | [Class] ToolLocationHelper [Description] | Provides utility methods for locating .NET Framework and .NET Framework SDK files and directories. | [] | Microsoft.Build.Utilities Namespace | Description | https://msdn.microsoft.com/en-us/library/Microsoft.Build.Utilities(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00337-ip-10-236-191-2_880217321_0.json |
cb5ec490_soft_Build_Utilities_Namespace__Description | [Class] ToolTask [Description] | When overridden in a derived form, provides functionality for a task that wraps a command line tool. | [] | Microsoft.Build.Utilities Namespace | Description | https://msdn.microsoft.com/en-us/library/Microsoft.Build.Utilities(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00337-ip-10-236-191-2_880217321_0.json |
b672b5d3__VisualStudio_VCProjectEngine___Name | [Description] Gets the number of VCReference objects in the VCReferences collection. [Name] | Count | [
[
"C",
"o",
"u",
"n",
"t"
],
[
"I",
"t",
"e",
"m",
"N",
"a",
"m",
"e"
],
[
"K",
"i",
"n",
"d"
],
[
"P",
"a",
"r",
"e",
"n",
"t"
],
[
"p",
"r",
"o",
"j",
"e",
"c",
"t"
],
[
"R",
"e",
"f",
"e",
"r",
"e",
"n",
"c",
"e",
"s"
],
[
"V",
"C",
"P",
"r",
"o",
"j",
"e",
"c",
"t",
"E",
"n",
"g",
"i",
"n",
"e"
]
] | VCReferences Interface (Microsoft.VisualStudio.VCProjectEngine) | Name | https://msdn.microsoft.com/en-us/library/vstudio/microsoft.visualstudio.vcprojectengine.vcreferences.aspx | 48/1438042987034.19_20150728002307-00199-ip-10-236-191-2_888844692_0.json |
b672b5d3__VisualStudio_VCProjectEngine___Name | [Description] Gets the name of the current item in the collection. [Name] | ItemName | [
[
"C",
"o",
"u",
"n",
"t"
],
[
"I",
"t",
"e",
"m",
"N",
"a",
"m",
"e"
],
[
"K",
"i",
"n",
"d"
],
[
"P",
"a",
"r",
"e",
"n",
"t"
],
[
"p",
"r",
"o",
"j",
"e",
"c",
"t"
],
[
"R",
"e",
"f",
"e",
"r",
"e",
"n",
"c",
"e",
"s"
],
[
"V",
"C",
"P",
"r",
"o",
"j",
"e",
"c",
"t",
"E",
"n",
"g",
"i",
"n",
"e"
]
] | VCReferences Interface (Microsoft.VisualStudio.VCProjectEngine) | Name | https://msdn.microsoft.com/en-us/library/vstudio/microsoft.visualstudio.vcprojectengine.vcreferences.aspx | 48/1438042987034.19_20150728002307-00199-ip-10-236-191-2_888844692_0.json |
b672b5d3__VisualStudio_VCProjectEngine___Name | [Description] Gets an enumeration indicating the type of object. [Name] | Kind | [
[
"C",
"o",
"u",
"n",
"t"
],
[
"I",
"t",
"e",
"m",
"N",
"a",
"m",
"e"
],
[
"K",
"i",
"n",
"d"
],
[
"P",
"a",
"r",
"e",
"n",
"t"
],
[
"p",
"r",
"o",
"j",
"e",
"c",
"t"
],
[
"R",
"e",
"f",
"e",
"r",
"e",
"n",
"c",
"e",
"s"
],
[
"V",
"C",
"P",
"r",
"o",
"j",
"e",
"c",
"t",
"E",
"n",
"g",
"i",
"n",
"e"
]
] | VCReferences Interface (Microsoft.VisualStudio.VCProjectEngine) | Name | https://msdn.microsoft.com/en-us/library/vstudio/microsoft.visualstudio.vcprojectengine.vcreferences.aspx | 48/1438042987034.19_20150728002307-00199-ip-10-236-191-2_888844692_0.json |
b672b5d3__VisualStudio_VCProjectEngine___Name | [Description] Gets the immediate parent object of a given object. [Name] | Parent | [
[
"C",
"o",
"u",
"n",
"t"
],
[
"I",
"t",
"e",
"m",
"N",
"a",
"m",
"e"
],
[
"K",
"i",
"n",
"d"
],
[
"P",
"a",
"r",
"e",
"n",
"t"
],
[
"p",
"r",
"o",
"j",
"e",
"c",
"t"
],
[
"R",
"e",
"f",
"e",
"r",
"e",
"n",
"c",
"e",
"s"
],
[
"V",
"C",
"P",
"r",
"o",
"j",
"e",
"c",
"t",
"E",
"n",
"g",
"i",
"n",
"e"
]
] | VCReferences Interface (Microsoft.VisualStudio.VCProjectEngine) | Name | https://msdn.microsoft.com/en-us/library/vstudio/microsoft.visualstudio.vcprojectengine.vcreferences.aspx | 48/1438042987034.19_20150728002307-00199-ip-10-236-191-2_888844692_0.json |
b672b5d3__VisualStudio_VCProjectEngine___Name | [Description] Gets the project that contains these references. [Name] | project | [
[
"C",
"o",
"u",
"n",
"t"
],
[
"I",
"t",
"e",
"m",
"N",
"a",
"m",
"e"
],
[
"K",
"i",
"n",
"d"
],
[
"P",
"a",
"r",
"e",
"n",
"t"
],
[
"p",
"r",
"o",
"j",
"e",
"c",
"t"
],
[
"R",
"e",
"f",
"e",
"r",
"e",
"n",
"c",
"e",
"s"
],
[
"V",
"C",
"P",
"r",
"o",
"j",
"e",
"c",
"t",
"E",
"n",
"g",
"i",
"n",
"e"
]
] | VCReferences Interface (Microsoft.VisualStudio.VCProjectEngine) | Name | https://msdn.microsoft.com/en-us/library/vstudio/microsoft.visualstudio.vcprojectengine.vcreferences.aspx | 48/1438042987034.19_20150728002307-00199-ip-10-236-191-2_888844692_0.json |
b672b5d3__VisualStudio_VCProjectEngine___Name | [Description] Gets the collection of project references. [Name] | References | [
[
"C",
"o",
"u",
"n",
"t"
],
[
"I",
"t",
"e",
"m",
"N",
"a",
"m",
"e"
],
[
"K",
"i",
"n",
"d"
],
[
"P",
"a",
"r",
"e",
"n",
"t"
],
[
"p",
"r",
"o",
"j",
"e",
"c",
"t"
],
[
"R",
"e",
"f",
"e",
"r",
"e",
"n",
"c",
"e",
"s"
],
[
"V",
"C",
"P",
"r",
"o",
"j",
"e",
"c",
"t",
"E",
"n",
"g",
"i",
"n",
"e"
]
] | VCReferences Interface (Microsoft.VisualStudio.VCProjectEngine) | Name | https://msdn.microsoft.com/en-us/library/vstudio/microsoft.visualstudio.vcprojectengine.vcreferences.aspx | 48/1438042987034.19_20150728002307-00199-ip-10-236-191-2_888844692_0.json |
b672b5d3__VisualStudio_VCProjectEngine___Name | [Description] Gets a pointer to the project engine. [Name] | VCProjectEngine | [
[
"C",
"o",
"u",
"n",
"t"
],
[
"I",
"t",
"e",
"m",
"N",
"a",
"m",
"e"
],
[
"K",
"i",
"n",
"d"
],
[
"P",
"a",
"r",
"e",
"n",
"t"
],
[
"p",
"r",
"o",
"j",
"e",
"c",
"t"
],
[
"R",
"e",
"f",
"e",
"r",
"e",
"n",
"c",
"e",
"s"
],
[
"V",
"C",
"P",
"r",
"o",
"j",
"e",
"c",
"t",
"E",
"n",
"g",
"i",
"n",
"e"
]
] | VCReferences Interface (Microsoft.VisualStudio.VCProjectEngine) | Name | https://msdn.microsoft.com/en-us/library/vstudio/microsoft.visualstudio.vcprojectengine.vcreferences.aspx | 48/1438042987034.19_20150728002307-00199-ip-10-236-191-2_888844692_0.json |
aeef1eae_eption_Class__System_Security___Description | [Name] SecurityException() [Description] | Initializes a new instance of the SecurityException class with default properties. | [] | SecurityException Class (System.Security) | Description | https://msdn.microsoft.com/EN-US/library/yx0zh807(v=vs.100) | 48/1438042987034.19_20150728002307-00098-ip-10-236-191-2_878730860_0.json |
aeef1eae_eption_Class__System_Security___Description | [Name] SecurityException(String) [Description] | Initializes a new instance of the SecurityException class with a specified error message. | [] | SecurityException Class (System.Security) | Description | https://msdn.microsoft.com/EN-US/library/yx0zh807(v=vs.100) | 48/1438042987034.19_20150728002307-00098-ip-10-236-191-2_878730860_0.json |
aeef1eae_eption_Class__System_Security___Description | [Name] SecurityException(SerializationInfo, StreamingContext) [Description] | Initializes a new instance of the SecurityException class with serialized data. | [] | SecurityException Class (System.Security) | Description | https://msdn.microsoft.com/EN-US/library/yx0zh807(v=vs.100) | 48/1438042987034.19_20150728002307-00098-ip-10-236-191-2_878730860_0.json |
aeef1eae_eption_Class__System_Security___Description | [Name] SecurityException(String, Exception) [Description] | Initializes a new instance of the SecurityException class with a specified error message and a reference to the inner exception that is the cause of this exception. | [] | SecurityException Class (System.Security) | Description | https://msdn.microsoft.com/EN-US/library/yx0zh807(v=vs.100) | 48/1438042987034.19_20150728002307-00098-ip-10-236-191-2_878730860_0.json |
aeef1eae_eption_Class__System_Security___Description | [Name] SecurityException(String, Type) [Description] | Initializes a new instance of the SecurityException class with a specified error message and the permission type that caused the exception to be thrown. | [] | SecurityException Class (System.Security) | Description | https://msdn.microsoft.com/EN-US/library/yx0zh807(v=vs.100) | 48/1438042987034.19_20150728002307-00098-ip-10-236-191-2_878730860_0.json |
aeef1eae_eption_Class__System_Security___Description | [Name] SecurityException(String, Type, String) [Description] | Initializes a new instance of the SecurityException class with a specified error message, the permission type that caused the exception to be thrown, and the permission state. | [] | SecurityException Class (System.Security) | Description | https://msdn.microsoft.com/EN-US/library/yx0zh807(v=vs.100) | 48/1438042987034.19_20150728002307-00098-ip-10-236-191-2_878730860_0.json |
aeef1eae_eption_Class__System_Security___Description | [Name] SecurityException(String, Object, Object, MethodInfo, Object, IPermission) [Description] | Initializes a new instance of the SecurityException class for an exception caused by a Deny on the stack. | [] | SecurityException Class (System.Security) | Description | https://msdn.microsoft.com/EN-US/library/yx0zh807(v=vs.100) | 48/1438042987034.19_20150728002307-00098-ip-10-236-191-2_878730860_0.json |
aeef1eae_eption_Class__System_Security___Description | [Name] SecurityException(String, AssemblyName, PermissionSet, PermissionSet, MethodInfo, SecurityAction, Object, IPermission, Evidence) [Description] | Initializes a new instance of the SecurityException class for an exception caused by an insufficient grant set. | [] | SecurityException Class (System.Security) | Description | https://msdn.microsoft.com/EN-US/library/yx0zh807(v=vs.100) | 48/1438042987034.19_20150728002307-00098-ip-10-236-191-2_878730860_0.json |
e37acc63_Appearance_overview__Description | [Effect] None [Description] | Button without a bitmap effect applied. | [] | Appearance overview | Description | https://msdn.microsoft.com/en-us/library/cc294765.aspx | 48/1438042987775.70_20150728002307-00070-ip-10-236-191-2_876244477_7.json |
e37acc63_Appearance_overview__Description | [Effect] Blur [Description] | Simulates looking at an object through an out-of-focus lens. | [] | Appearance overview | Description | https://msdn.microsoft.com/en-us/library/cc294765.aspx | 48/1438042987775.70_20150728002307-00070-ip-10-236-191-2_876244477_7.json |
e37acc63_Appearance_overview__Description | [Effect] Outer glow [Description] | Creates a halo of color around the perimeter of an object. | [] | Appearance overview | Description | https://msdn.microsoft.com/en-us/library/cc294765.aspx | 48/1438042987775.70_20150728002307-00070-ip-10-236-191-2_876244477_7.json |
e37acc63_Appearance_overview__Description | [Effect] Drop shadow [Description] | Creates a shadow behind an object. | [] | Appearance overview | Description | https://msdn.microsoft.com/en-us/library/cc294765.aspx | 48/1438042987775.70_20150728002307-00070-ip-10-236-191-2_876244477_7.json |
e37acc63_Appearance_overview__Description | [Effect] Bevel [Description] | Creates a bevel that raises the surface of an image according to a specified curve. | [] | Appearance overview | Description | https://msdn.microsoft.com/en-us/library/cc294765.aspx | 48/1438042987775.70_20150728002307-00070-ip-10-236-191-2_876244477_7.json |
e37acc63_Appearance_overview__Description | [Effect] Emboss [Description] | Creates a bump mapping of a visual to give the impression of depth and texture from an artificial light source. | [] | Appearance overview | Description | https://msdn.microsoft.com/en-us/library/cc294765.aspx | 48/1438042987775.70_20150728002307-00070-ip-10-236-191-2_876244477_7.json |
2b530fd5_ItemTypeEnum_Enumeration__Description | [Name] Unknown [Description] | An item not associated with any known type | [
[
"A",
"n",
" ",
"i",
"t",
"e",
"m",
" ",
"n",
"o",
"t",
" ",
"a",
"s",
"s",
"o",
"c",
"i",
"a",
"t",
"e",
"d",
" ",
"w",
"i",
"t",
"h",
" ",
"a",
"n",
"y",
" ",
"k",
"n",
"o",
"w",
"n",
" ",
"t",
"y",
"p",
"e"
],
[
"A",
" ",
"f",
"o",
"l",
"d",
"e",
"r"
],
[
"A",
" ",
"r",
"e",
"p",
"o",
"r",
"t"
],
[
"A",
" ",
"r",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
],
[
"A",
" ",
"l",
"i",
"n",
"k",
"e",
"d",
" ",
"r",
"e",
"p",
"o",
"r",
"t"
],
[
"A",
" ",
"d",
"a",
"t",
"a",
" ",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | ItemTypeEnum Enumeration | Description | https://msdn.microsoft.com/en-us/library/aa275459(v=sql.80).aspx | 48/1438042986615.83_20150728002306-00202-ip-10-236-191-2_860695029_0.json |
2b530fd5_ItemTypeEnum_Enumeration__Description | [Name] Folder [Description] | A folder | [
[
"A",
"n",
" ",
"i",
"t",
"e",
"m",
" ",
"n",
"o",
"t",
" ",
"a",
"s",
"s",
"o",
"c",
"i",
"a",
"t",
"e",
"d",
" ",
"w",
"i",
"t",
"h",
" ",
"a",
"n",
"y",
" ",
"k",
"n",
"o",
"w",
"n",
" ",
"t",
"y",
"p",
"e"
],
[
"A",
" ",
"f",
"o",
"l",
"d",
"e",
"r"
],
[
"A",
" ",
"r",
"e",
"p",
"o",
"r",
"t"
],
[
"A",
" ",
"r",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
],
[
"A",
" ",
"l",
"i",
"n",
"k",
"e",
"d",
" ",
"r",
"e",
"p",
"o",
"r",
"t"
],
[
"A",
" ",
"d",
"a",
"t",
"a",
" ",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | ItemTypeEnum Enumeration | Description | https://msdn.microsoft.com/en-us/library/aa275459(v=sql.80).aspx | 48/1438042986615.83_20150728002306-00202-ip-10-236-191-2_860695029_0.json |
2b530fd5_ItemTypeEnum_Enumeration__Description | [Name] Report [Description] | A report | [
[
"A",
"n",
" ",
"i",
"t",
"e",
"m",
" ",
"n",
"o",
"t",
" ",
"a",
"s",
"s",
"o",
"c",
"i",
"a",
"t",
"e",
"d",
" ",
"w",
"i",
"t",
"h",
" ",
"a",
"n",
"y",
" ",
"k",
"n",
"o",
"w",
"n",
" ",
"t",
"y",
"p",
"e"
],
[
"A",
" ",
"f",
"o",
"l",
"d",
"e",
"r"
],
[
"A",
" ",
"r",
"e",
"p",
"o",
"r",
"t"
],
[
"A",
" ",
"r",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
],
[
"A",
" ",
"l",
"i",
"n",
"k",
"e",
"d",
" ",
"r",
"e",
"p",
"o",
"r",
"t"
],
[
"A",
" ",
"d",
"a",
"t",
"a",
" ",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | ItemTypeEnum Enumeration | Description | https://msdn.microsoft.com/en-us/library/aa275459(v=sql.80).aspx | 48/1438042986615.83_20150728002306-00202-ip-10-236-191-2_860695029_0.json |
2b530fd5_ItemTypeEnum_Enumeration__Description | [Name] Resource [Description] | A resource | [
[
"A",
"n",
" ",
"i",
"t",
"e",
"m",
" ",
"n",
"o",
"t",
" ",
"a",
"s",
"s",
"o",
"c",
"i",
"a",
"t",
"e",
"d",
" ",
"w",
"i",
"t",
"h",
" ",
"a",
"n",
"y",
" ",
"k",
"n",
"o",
"w",
"n",
" ",
"t",
"y",
"p",
"e"
],
[
"A",
" ",
"f",
"o",
"l",
"d",
"e",
"r"
],
[
"A",
" ",
"r",
"e",
"p",
"o",
"r",
"t"
],
[
"A",
" ",
"r",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
],
[
"A",
" ",
"l",
"i",
"n",
"k",
"e",
"d",
" ",
"r",
"e",
"p",
"o",
"r",
"t"
],
[
"A",
" ",
"d",
"a",
"t",
"a",
" ",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | ItemTypeEnum Enumeration | Description | https://msdn.microsoft.com/en-us/library/aa275459(v=sql.80).aspx | 48/1438042986615.83_20150728002306-00202-ip-10-236-191-2_860695029_0.json |
2b530fd5_ItemTypeEnum_Enumeration__Description | [Name] LinkedReport [Description] | A linked report | [
[
"A",
"n",
" ",
"i",
"t",
"e",
"m",
" ",
"n",
"o",
"t",
" ",
"a",
"s",
"s",
"o",
"c",
"i",
"a",
"t",
"e",
"d",
" ",
"w",
"i",
"t",
"h",
" ",
"a",
"n",
"y",
" ",
"k",
"n",
"o",
"w",
"n",
" ",
"t",
"y",
"p",
"e"
],
[
"A",
" ",
"f",
"o",
"l",
"d",
"e",
"r"
],
[
"A",
" ",
"r",
"e",
"p",
"o",
"r",
"t"
],
[
"A",
" ",
"r",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
],
[
"A",
" ",
"l",
"i",
"n",
"k",
"e",
"d",
" ",
"r",
"e",
"p",
"o",
"r",
"t"
],
[
"A",
" ",
"d",
"a",
"t",
"a",
" ",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | ItemTypeEnum Enumeration | Description | https://msdn.microsoft.com/en-us/library/aa275459(v=sql.80).aspx | 48/1438042986615.83_20150728002306-00202-ip-10-236-191-2_860695029_0.json |
2b530fd5_ItemTypeEnum_Enumeration__Description | [Name] DataSource [Description] | A data source | [
[
"A",
"n",
" ",
"i",
"t",
"e",
"m",
" ",
"n",
"o",
"t",
" ",
"a",
"s",
"s",
"o",
"c",
"i",
"a",
"t",
"e",
"d",
" ",
"w",
"i",
"t",
"h",
" ",
"a",
"n",
"y",
" ",
"k",
"n",
"o",
"w",
"n",
" ",
"t",
"y",
"p",
"e"
],
[
"A",
" ",
"f",
"o",
"l",
"d",
"e",
"r"
],
[
"A",
" ",
"r",
"e",
"p",
"o",
"r",
"t"
],
[
"A",
" ",
"r",
"e",
"s",
"o",
"u",
"r",
"c",
"e"
],
[
"A",
" ",
"l",
"i",
"n",
"k",
"e",
"d",
" ",
"r",
"e",
"p",
"o",
"r",
"t"
],
[
"A",
" ",
"d",
"a",
"t",
"a",
" ",
"s",
"o",
"u",
"r",
"c",
"e"
]
] | ItemTypeEnum Enumeration | Description | https://msdn.microsoft.com/en-us/library/aa275459(v=sql.80).aspx | 48/1438042986615.83_20150728002306-00202-ip-10-236-191-2_860695029_0.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] AttributeCount [Description] | When overridden in a derived class, gets the number of attributes on the current node. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] BaseURI [Description] | When overridden in a derived class, gets the base URI of the current node. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] CanReadBinaryContent [Description] | Gets a value indicating whether the XmlReader implements the binary content read methods. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] CanReadValueChunk [Description] | Gets a value indicating whether the XmlReader implements the ReadValueChunk method. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] CanResolveEntity [Description] | Gets a value indicating whether this reader can parse and resolve entities. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] Depth [Description] | When overridden in a derived class, gets the depth of the current node in the XML document. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] EOF [Description] | When overridden in a derived class, gets a value indicating whether the reader is positioned at the end of the stream. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] HasAttributes [Description] | Gets a value indicating whether the current node has any attributes. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] HasValue [Description] | When overridden in a derived class, gets a value indicating whether the current node can have a Value. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] IsDefault [Description] | When overridden in a derived class, gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] IsEmptyElement [Description] | When overridden in a derived class, gets a value indicating whether the current node is an empty element (for example, ). | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] Item[Int32] [Description] | When overridden in a derived class, gets the value of the attribute with the specified index. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] Item[String] [Description] | When overridden in a derived class, gets the value of the attribute with the specified Name. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] Item[String, String] [Description] | When overridden in a derived class, gets the value of the attribute with the specified LocalName and NamespaceURI. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] LocalName [Description] | When overridden in a derived class, gets the local name of the current node. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] Name [Description] | When overridden in a derived class, gets the qualified name of the current node. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] NamespaceURI [Description] | When overridden in a derived class, gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] NameTable [Description] | When overridden in a derived class, gets the XmlNameTable associated with this implementation. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] NodeType [Description] | When overridden in a derived class, gets the type of the current node. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] Prefix [Description] | When overridden in a derived class, gets the namespace prefix associated with the current node. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] QuoteChar [Description] | When overridden in a derived class, gets the quotation mark character used to enclose the value of an attribute node. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] ReadState [Description] | When overridden in a derived class, gets the state of the reader. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] SchemaInfo [Description] | Gets the schema information that has been assigned to the current node as a result of schema validation. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] Settings [Description] | Gets the XmlReaderSettings object used to create this XmlReader instance. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] Value [Description] | When overridden in a derived class, gets the text value of the current node. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] ValueType [Description] | Gets The Common Language Runtime (CLR) type for the current node. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] XmlLang [Description] | When overridden in a derived class, gets the current xml:lang scope. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
dd87e3f6_XmlReader_Class__System_Xml___Description | [Name] XmlSpace [Description] | When overridden in a derived class, gets the current xml:space scope. | [] | XmlReader Class (System.Xml) | Description | https://msdn.microsoft.com/en-us/library/System.Xml.XmlReader(v=vs.100).aspx | 48/1438042987775.70_20150728002307-00291-ip-10-236-191-2_882330877_1.json |
d7fb6fdd_System_Messaging_Namespace__Description | [Enumeration] AccessControlEntryType [Description] | Specifies whether to allow, deny, or revoke access rights for a trustee. | [] | System.Messaging Namespace | Description | https://msdn.microsoft.com/en-us/library/xes6983c(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00039-ip-10-236-191-2_880262563_3.json |
d7fb6fdd_System_Messaging_Namespace__Description | [Enumeration] AcknowledgeTypes [Description] | Specifies the types of acknowledgment message that Message Queuing returns to the sending application. | [] | System.Messaging Namespace | Description | https://msdn.microsoft.com/en-us/library/xes6983c(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00039-ip-10-236-191-2_880262563_3.json |
d7fb6fdd_System_Messaging_Namespace__Description | [Enumeration] Acknowledgment [Description] | Specifies the result of an attempted message delivery. | [] | System.Messaging Namespace | Description | https://msdn.microsoft.com/en-us/library/xes6983c(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00039-ip-10-236-191-2_880262563_3.json |
d7fb6fdd_System_Messaging_Namespace__Description | [Enumeration] CryptographicProviderType [Description] | Specifies the cryptographic service providers available for validating digital signatures. | [] | System.Messaging Namespace | Description | https://msdn.microsoft.com/en-us/library/xes6983c(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00039-ip-10-236-191-2_880262563_3.json |
d7fb6fdd_System_Messaging_Namespace__Description | [Enumeration] EncryptionAlgorithm [Description] | Specifies the encryption algorithm used to encrypt the message body of a private message. | [] | System.Messaging Namespace | Description | https://msdn.microsoft.com/en-us/library/xes6983c(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00039-ip-10-236-191-2_880262563_3.json |
d7fb6fdd_System_Messaging_Namespace__Description | [Enumeration] EncryptionRequired [Description] | Specifies the privacy level of messages received by the queue. | [] | System.Messaging Namespace | Description | https://msdn.microsoft.com/en-us/library/xes6983c(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00039-ip-10-236-191-2_880262563_3.json |
d7fb6fdd_System_Messaging_Namespace__Description | [Enumeration] GenericAccessRights [Description] | Uses the Windows 2000 and Windows NT access format to specify a set of common access rights that Message Queuing maps to both standard and object-specific access rights for reading, writing, and executing. | [] | System.Messaging Namespace | Description | https://msdn.microsoft.com/en-us/library/xes6983c(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00039-ip-10-236-191-2_880262563_3.json |
d7fb6fdd_System_Messaging_Namespace__Description | [Enumeration] HashAlgorithm [Description] | Specifies the hash algorithm used by Message Queuing when authenticating messages. | [] | System.Messaging Namespace | Description | https://msdn.microsoft.com/en-us/library/xes6983c(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00039-ip-10-236-191-2_880262563_3.json |
d7fb6fdd_System_Messaging_Namespace__Description | [Enumeration] MessageLookupAction [Description] | Specifies a message to peek at or receive from a message queue. | [] | System.Messaging Namespace | Description | https://msdn.microsoft.com/en-us/library/xes6983c(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00039-ip-10-236-191-2_880262563_3.json |
d7fb6fdd_System_Messaging_Namespace__Description | [Enumeration] MessagePriority [Description] | Specifies the priority Message Queuing applies to a message while it is en route to a queue, and when inserting the message into the destination queue. | [] | System.Messaging Namespace | Description | https://msdn.microsoft.com/en-us/library/xes6983c(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00039-ip-10-236-191-2_880262563_3.json |
d7fb6fdd_System_Messaging_Namespace__Description | [Enumeration] MessageQueueAccessRights [Description] | Specifies a set of object-specific access rights for operations specific to Message Queuing. | [] | System.Messaging Namespace | Description | https://msdn.microsoft.com/en-us/library/xes6983c(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00039-ip-10-236-191-2_880262563_3.json |
d7fb6fdd_System_Messaging_Namespace__Description | [Enumeration] MessageQueueErrorCode [Description] | Identifies the source of an error that occurred within the Message Queuing application and generated a MessageQueueException exception. | [] | System.Messaging Namespace | Description | https://msdn.microsoft.com/en-us/library/xes6983c(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00039-ip-10-236-191-2_880262563_3.json |
d7fb6fdd_System_Messaging_Namespace__Description | [Enumeration] MessageQueuePermissionAccess [Description] | Defines access levels used by System.Messaging permission classes. | [] | System.Messaging Namespace | Description | https://msdn.microsoft.com/en-us/library/xes6983c(v=vs.80).aspx | 48/1438042987034.19_20150728002307-00039-ip-10-236-191-2_880262563_3.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.