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
|
---|---|---|---|---|---|---|---|
d59d7cb9_oft_SolverFoundation_Services___Description | [Name] Index [Description] | Gets the index for a cone. | [] | ISecondOrderCone Interface (Microsoft.SolverFoundation.Services) | Description | https://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.services.isecondordercone(v=vs.93).aspx | 25/1438042987155.85_20150728002307-00225-ip-10-236-191-2_861819938_0.json |
d59d7cb9_oft_SolverFoundation_Services___Description | [Name] Key [Description] | Gets the key for a cone. | [] | ISecondOrderCone Interface (Microsoft.SolverFoundation.Services) | Description | https://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.services.isecondordercone(v=vs.93).aspx | 25/1438042987155.85_20150728002307-00225-ip-10-236-191-2_861819938_0.json |
d59d7cb9_oft_SolverFoundation_Services___Description | [Name] PrimaryVid1 [Description] | Gets or sets the primary conic variable for a cone. | [] | ISecondOrderCone Interface (Microsoft.SolverFoundation.Services) | Description | https://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.services.isecondordercone(v=vs.93).aspx | 25/1438042987155.85_20150728002307-00225-ip-10-236-191-2_861819938_0.json |
d59d7cb9_oft_SolverFoundation_Services___Description | [Name] PrimaryVid2 [Description] | Gets or sets the secondary conic variable for a cone. | [] | ISecondOrderCone Interface (Microsoft.SolverFoundation.Services) | Description | https://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.services.isecondordercone(v=vs.93).aspx | 25/1438042987155.85_20150728002307-00225-ip-10-236-191-2_861819938_0.json |
d59d7cb9_oft_SolverFoundation_Services___Description | [Name] VidCount [Description] | Gets the number of conic variables for a cone. | [] | ISecondOrderCone Interface (Microsoft.SolverFoundation.Services) | Description | https://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.services.isecondordercone(v=vs.93).aspx | 25/1438042987155.85_20150728002307-00225-ip-10-236-191-2_861819938_0.json |
d59d7cb9_oft_SolverFoundation_Services___Description | [Name] Vids [Description] | Gets the collection of conic variables for a cone. | [] | ISecondOrderCone Interface (Microsoft.SolverFoundation.Services) | Description | https://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.services.isecondordercone(v=vs.93).aspx | 25/1438042987155.85_20150728002307-00225-ip-10-236-191-2_861819938_0.json |
d24eba17_lass___Windows_app_development__Description | [Property] ApplicationSearchFilter [Access type] Read/write [Description] | Gets or sets an application-defined Advanced Query Syntax (AQS) string for filtering files by keywords or properties. This property is combined with the UserSearchFilter to create the query's search filter. | [] | QueryOptions class - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.search.queryoptions.aspx?cs-save-lang=1&cs-lang=cpp | 25/1438042987155.85_20150728002307-00124-ip-10-236-191-2_873438305_2.json |
d24eba17_lass___Windows_app_development__Description | [Property] DateStackOption [Access type] Read-only [Description] | Gets the unit of time used to group files into folders if the QueryOptions object was created with a CommonFolderQuery based on date. | [] | QueryOptions class - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.search.queryoptions.aspx?cs-save-lang=1&cs-lang=cpp | 25/1438042987155.85_20150728002307-00124-ip-10-236-191-2_873438305_2.json |
d24eba17_lass___Windows_app_development__Description | [Property] FileTypeFilter [Access type] Read-only [Description] | Gets a list of file name extensions used to filter the search results. If the list is empty, the results include all file types. | [] | QueryOptions class - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.search.queryoptions.aspx?cs-save-lang=1&cs-lang=cpp | 25/1438042987155.85_20150728002307-00124-ip-10-236-191-2_873438305_2.json |
d24eba17_lass___Windows_app_development__Description | [Property] FolderDepth [Access type] Read/write [Description] | Indicates whether the search query should produce a shallow view of the folder contents or a deep recursive view of all files and subfolder. | [] | QueryOptions class - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.search.queryoptions.aspx?cs-save-lang=1&cs-lang=cpp | 25/1438042987155.85_20150728002307-00124-ip-10-236-191-2_873438305_2.json |
d24eba17_lass___Windows_app_development__Description | [Property] GroupPropertyName [Access type] Read-only [Description] | Gets the name of the property used to group query results if the QueryOptions object was created using a CommonFolderQuery. | [] | QueryOptions class - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.search.queryoptions.aspx?cs-save-lang=1&cs-lang=cpp | 25/1438042987155.85_20150728002307-00124-ip-10-236-191-2_873438305_2.json |
d24eba17_lass___Windows_app_development__Description | [Property] IndexerOption [Access type] Read/write [Description] | Gets or sets a value that specifies whether the system index or the file system is used to retrieve query results. | [] | QueryOptions class - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.search.queryoptions.aspx?cs-save-lang=1&cs-lang=cpp | 25/1438042987155.85_20150728002307-00124-ip-10-236-191-2_873438305_2.json |
d24eba17_lass___Windows_app_development__Description | [Property] Language [Access type] Read/write [Description] | Gets or sets the Internet Engineering Task Force (IETF) language tag (BCP47 standard) that identifies the language associated with the query. This determines the language-specific algorithm used by the system to break the query into individual search tokens. | [] | QueryOptions class - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.search.queryoptions.aspx?cs-save-lang=1&cs-lang=cpp | 25/1438042987155.85_20150728002307-00124-ip-10-236-191-2_873438305_2.json |
d24eba17_lass___Windows_app_development__Description | [Property] SortOrder [Access type] Read-only [Description] | Gets the list of SortEntry structures that specify how to sort content (like files and subfolders) in query results. | [] | QueryOptions class - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.search.queryoptions.aspx?cs-save-lang=1&cs-lang=cpp | 25/1438042987155.85_20150728002307-00124-ip-10-236-191-2_873438305_2.json |
d24eba17_lass___Windows_app_development__Description | [Property] UserSearchFilter [Access type] Read/write [Description] | Gets or sets a user-defined Advanced Query Syntax (AQS) string for filtering files by keywords or properties. This property is combined with the ApplicationSearchFilter to create the query's search filter. | [] | QueryOptions class - Windows app development | Description | https://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.search.queryoptions.aspx?cs-save-lang=1&cs-lang=cpp | 25/1438042987155.85_20150728002307-00124-ip-10-236-191-2_873438305_2.json |
5dbbe7e9_Compatibility_VB6_Namespace_____Class | [Description] Provides constants that map Visual Basic 6.0 color constants to their Color equivalents. [Class] | ColorConstants | [
[
"C",
"o",
"l",
"o",
"r",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"D",
"r",
"a",
"w",
"S",
"t",
"y",
"l",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"F",
"i",
"l",
"l",
"S",
"t",
"y",
"l",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"G",
"l",
"o",
"b",
"a",
"l",
"M",
"o",
"d",
"u",
"l",
"e"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r",
"C",
"o",
"l",
"l",
"e",
"c",
"t",
"i",
"o",
"n"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r",
"O",
"b",
"j",
"e",
"c",
"t",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"S",
"c",
"a",
"l",
"e",
"M",
"o",
"d",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"S",
"y",
"s",
"t",
"e",
"m",
"C",
"o",
"l",
"o",
"r",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
]
] | Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace () | Class | https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.powerpacks.printing.compatibility.vb6(v=vs.100).aspx | 25/1438042987155.85_20150728002307-00275-ip-10-236-191-2_875079302_0.json |
5dbbe7e9_Compatibility_VB6_Namespace_____Class | [Description] Provides constants that map Visual Basic 6.0 DrawStyle constants to their DashStyle equivalents. [Class] | DrawStyleConstants | [
[
"C",
"o",
"l",
"o",
"r",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"D",
"r",
"a",
"w",
"S",
"t",
"y",
"l",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"F",
"i",
"l",
"l",
"S",
"t",
"y",
"l",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"G",
"l",
"o",
"b",
"a",
"l",
"M",
"o",
"d",
"u",
"l",
"e"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r",
"C",
"o",
"l",
"l",
"e",
"c",
"t",
"i",
"o",
"n"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r",
"O",
"b",
"j",
"e",
"c",
"t",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"S",
"c",
"a",
"l",
"e",
"M",
"o",
"d",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"S",
"y",
"s",
"t",
"e",
"m",
"C",
"o",
"l",
"o",
"r",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
]
] | Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace () | Class | https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.powerpacks.printing.compatibility.vb6(v=vs.100).aspx | 25/1438042987155.85_20150728002307-00275-ip-10-236-191-2_875079302_0.json |
5dbbe7e9_Compatibility_VB6_Namespace_____Class | [Description] Provides constants that map Visual Basic 6.0 FillStyle constants to their HatchStyle equivalents. [Class] | FillStyleConstants | [
[
"C",
"o",
"l",
"o",
"r",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"D",
"r",
"a",
"w",
"S",
"t",
"y",
"l",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"F",
"i",
"l",
"l",
"S",
"t",
"y",
"l",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"G",
"l",
"o",
"b",
"a",
"l",
"M",
"o",
"d",
"u",
"l",
"e"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r",
"C",
"o",
"l",
"l",
"e",
"c",
"t",
"i",
"o",
"n"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r",
"O",
"b",
"j",
"e",
"c",
"t",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"S",
"c",
"a",
"l",
"e",
"M",
"o",
"d",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"S",
"y",
"s",
"t",
"e",
"m",
"C",
"o",
"l",
"o",
"r",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
]
] | Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace () | Class | https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.powerpacks.printing.compatibility.vb6(v=vs.100).aspx | 25/1438042987155.85_20150728002307-00275-ip-10-236-191-2_875079302_0.json |
5dbbe7e9_Compatibility_VB6_Namespace_____Class | [Description] Infrastructure. This class supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Class] | GlobalModule | [
[
"C",
"o",
"l",
"o",
"r",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"D",
"r",
"a",
"w",
"S",
"t",
"y",
"l",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"F",
"i",
"l",
"l",
"S",
"t",
"y",
"l",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"G",
"l",
"o",
"b",
"a",
"l",
"M",
"o",
"d",
"u",
"l",
"e"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r",
"C",
"o",
"l",
"l",
"e",
"c",
"t",
"i",
"o",
"n"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r",
"O",
"b",
"j",
"e",
"c",
"t",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"S",
"c",
"a",
"l",
"e",
"M",
"o",
"d",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"S",
"y",
"s",
"t",
"e",
"m",
"C",
"o",
"l",
"o",
"r",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
]
] | Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace () | Class | https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.powerpacks.printing.compatibility.vb6(v=vs.100).aspx | 25/1438042987155.85_20150728002307-00275-ip-10-236-191-2_875079302_0.json |
5dbbe7e9_Compatibility_VB6_Namespace_____Class | [Description] Provides a Printer object for use by upgraded Visual Basic 6.0 printing code. [Class] | Printer | [
[
"C",
"o",
"l",
"o",
"r",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"D",
"r",
"a",
"w",
"S",
"t",
"y",
"l",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"F",
"i",
"l",
"l",
"S",
"t",
"y",
"l",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"G",
"l",
"o",
"b",
"a",
"l",
"M",
"o",
"d",
"u",
"l",
"e"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r",
"C",
"o",
"l",
"l",
"e",
"c",
"t",
"i",
"o",
"n"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r",
"O",
"b",
"j",
"e",
"c",
"t",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"S",
"c",
"a",
"l",
"e",
"M",
"o",
"d",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"S",
"y",
"s",
"t",
"e",
"m",
"C",
"o",
"l",
"o",
"r",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
]
] | Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace () | Class | https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.powerpacks.printing.compatibility.vb6(v=vs.100).aspx | 25/1438042987155.85_20150728002307-00275-ip-10-236-191-2_875079302_0.json |
5dbbe7e9_Compatibility_VB6_Namespace_____Class | [Description] Provides a collection of printers for use by upgraded Visual Basic 6.0 printing code. [Class] | PrinterCollection | [
[
"C",
"o",
"l",
"o",
"r",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"D",
"r",
"a",
"w",
"S",
"t",
"y",
"l",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"F",
"i",
"l",
"l",
"S",
"t",
"y",
"l",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"G",
"l",
"o",
"b",
"a",
"l",
"M",
"o",
"d",
"u",
"l",
"e"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r",
"C",
"o",
"l",
"l",
"e",
"c",
"t",
"i",
"o",
"n"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r",
"O",
"b",
"j",
"e",
"c",
"t",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"S",
"c",
"a",
"l",
"e",
"M",
"o",
"d",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"S",
"y",
"s",
"t",
"e",
"m",
"C",
"o",
"l",
"o",
"r",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
]
] | Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace () | Class | https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.powerpacks.printing.compatibility.vb6(v=vs.100).aspx | 25/1438042987155.85_20150728002307-00275-ip-10-236-191-2_875079302_0.json |
5dbbe7e9_Compatibility_VB6_Namespace_____Class | [Description] Provides constants that map Visual Basic 6.0 Printer constants to their PrinterSettings equivalents. [Class] | PrinterObjectConstants | [
[
"C",
"o",
"l",
"o",
"r",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"D",
"r",
"a",
"w",
"S",
"t",
"y",
"l",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"F",
"i",
"l",
"l",
"S",
"t",
"y",
"l",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"G",
"l",
"o",
"b",
"a",
"l",
"M",
"o",
"d",
"u",
"l",
"e"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r",
"C",
"o",
"l",
"l",
"e",
"c",
"t",
"i",
"o",
"n"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r",
"O",
"b",
"j",
"e",
"c",
"t",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"S",
"c",
"a",
"l",
"e",
"M",
"o",
"d",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"S",
"y",
"s",
"t",
"e",
"m",
"C",
"o",
"l",
"o",
"r",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
]
] | Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace () | Class | https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.powerpacks.printing.compatibility.vb6(v=vs.100).aspx | 25/1438042987155.85_20150728002307-00275-ip-10-236-191-2_875079302_0.json |
5dbbe7e9_Compatibility_VB6_Namespace_____Class | [Description] Provides constants that map Visual Basic 6.0 ScaleMode constants to their .NET Framework equivalents. [Class] | ScaleModeConstants | [
[
"C",
"o",
"l",
"o",
"r",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"D",
"r",
"a",
"w",
"S",
"t",
"y",
"l",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"F",
"i",
"l",
"l",
"S",
"t",
"y",
"l",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"G",
"l",
"o",
"b",
"a",
"l",
"M",
"o",
"d",
"u",
"l",
"e"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r",
"C",
"o",
"l",
"l",
"e",
"c",
"t",
"i",
"o",
"n"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r",
"O",
"b",
"j",
"e",
"c",
"t",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"S",
"c",
"a",
"l",
"e",
"M",
"o",
"d",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"S",
"y",
"s",
"t",
"e",
"m",
"C",
"o",
"l",
"o",
"r",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
]
] | Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace () | Class | https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.powerpacks.printing.compatibility.vb6(v=vs.100).aspx | 25/1438042987155.85_20150728002307-00275-ip-10-236-191-2_875079302_0.json |
5dbbe7e9_Compatibility_VB6_Namespace_____Class | [Description] Provides constants that map Visual Basic 6.0 color constants to their SystemColors equivalents. [Class] | SystemColorConstants | [
[
"C",
"o",
"l",
"o",
"r",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"D",
"r",
"a",
"w",
"S",
"t",
"y",
"l",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"F",
"i",
"l",
"l",
"S",
"t",
"y",
"l",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"G",
"l",
"o",
"b",
"a",
"l",
"M",
"o",
"d",
"u",
"l",
"e"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r",
"C",
"o",
"l",
"l",
"e",
"c",
"t",
"i",
"o",
"n"
],
[
"P",
"r",
"i",
"n",
"t",
"e",
"r",
"O",
"b",
"j",
"e",
"c",
"t",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"S",
"c",
"a",
"l",
"e",
"M",
"o",
"d",
"e",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
],
[
"S",
"y",
"s",
"t",
"e",
"m",
"C",
"o",
"l",
"o",
"r",
"C",
"o",
"n",
"s",
"t",
"a",
"n",
"t",
"s"
]
] | Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Namespace () | Class | https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.powerpacks.printing.compatibility.vb6(v=vs.100).aspx | 25/1438042987155.85_20150728002307-00275-ip-10-236-191-2_875079302_0.json |
f8ff5116_T_Framework_4_Migration_Issues__Feature | [Differences from 3.5 SP1] WCF Data Services now supports batched binary content in requests and responses. [Feature] | Batched Binary Content | [
[
"B",
"a",
"t",
"c",
"h",
"e",
"d",
" ",
"B",
"i",
"n",
"a",
"r",
"y",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"C",
"h",
"a",
"n",
"g",
"e",
" ",
"i",
"n",
"t",
"e",
"r",
"c",
"e",
"p",
"t",
"o",
"r",
"s"
],
[
"E",
"x",
"c",
"e",
"p",
"t",
"i",
"o",
"n",
"s"
],
[
"H",
"e",
"a",
"d",
"e",
"r",
"s"
],
[
"J",
"S",
"O",
"N",
" ",
"R",
"e",
"a",
"d",
"e",
"r"
],
[
"M",
"e",
"r",
"g",
"e",
"s"
],
[
"R",
"e",
"q",
"u",
"e",
"s",
"t",
"s"
],
[
"S",
"t",
"r",
"e",
"a",
"m",
"s"
],
[
"U",
"R",
"I",
"s"
]
] | .NET Framework 4 Migration Issues | Feature | https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx | 25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_10.json |
f8ff5116_T_Framework_4_Migration_Issues__Feature | [Differences from 3.5 SP1] Change interceptors are now executed for a delete request. A change interceptor is a method that runs every time a request is received by the server to modify an entity in the entity set. It runs before the incoming request is executed. The change interceptor provides access to the entity that is being changed and the operation that is being performed on it. [Feature] | Change interceptors | [
[
"B",
"a",
"t",
"c",
"h",
"e",
"d",
" ",
"B",
"i",
"n",
"a",
"r",
"y",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"C",
"h",
"a",
"n",
"g",
"e",
" ",
"i",
"n",
"t",
"e",
"r",
"c",
"e",
"p",
"t",
"o",
"r",
"s"
],
[
"E",
"x",
"c",
"e",
"p",
"t",
"i",
"o",
"n",
"s"
],
[
"H",
"e",
"a",
"d",
"e",
"r",
"s"
],
[
"J",
"S",
"O",
"N",
" ",
"R",
"e",
"a",
"d",
"e",
"r"
],
[
"M",
"e",
"r",
"g",
"e",
"s"
],
[
"R",
"e",
"q",
"u",
"e",
"s",
"t",
"s"
],
[
"S",
"t",
"r",
"e",
"a",
"m",
"s"
],
[
"U",
"R",
"I",
"s"
]
] | .NET Framework 4 Migration Issues | Feature | https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx | 25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_10.json |
f8ff5116_T_Framework_4_Migration_Issues__Feature | [Differences from 3.5 SP1] The following conditions now throw more useful exceptions instead of a NullReferenceException: A TimeoutException when a call to a data service times out. A DataServiceRequestException when a bad request is made to a data service. In your applications, you should change exception handling to catch the new exceptions. [Feature] | Exceptions | [
[
"B",
"a",
"t",
"c",
"h",
"e",
"d",
" ",
"B",
"i",
"n",
"a",
"r",
"y",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"C",
"h",
"a",
"n",
"g",
"e",
" ",
"i",
"n",
"t",
"e",
"r",
"c",
"e",
"p",
"t",
"o",
"r",
"s"
],
[
"E",
"x",
"c",
"e",
"p",
"t",
"i",
"o",
"n",
"s"
],
[
"H",
"e",
"a",
"d",
"e",
"r",
"s"
],
[
"J",
"S",
"O",
"N",
" ",
"R",
"e",
"a",
"d",
"e",
"r"
],
[
"M",
"e",
"r",
"g",
"e",
"s"
],
[
"R",
"e",
"q",
"u",
"e",
"s",
"t",
"s"
],
[
"S",
"t",
"r",
"e",
"a",
"m",
"s"
],
[
"U",
"R",
"I",
"s"
]
] | .NET Framework 4 Migration Issues | Feature | https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx | 25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_10.json |
f8ff5116_T_Framework_4_Migration_Issues__Feature | [Differences from 3.5 SP1] The following improvements were made to headers: WCF Data Services now correctly rejects an eTag header that has an unspecified value. WCF Data Services now returns an error and does not execute the request for a delete request to a link when an if-* header is in the request. WCF Data Services now returns an error to the client in the format (Atom, JSON) that the client specified in the Accept header. [Feature] | Headers | [
[
"B",
"a",
"t",
"c",
"h",
"e",
"d",
" ",
"B",
"i",
"n",
"a",
"r",
"y",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"C",
"h",
"a",
"n",
"g",
"e",
" ",
"i",
"n",
"t",
"e",
"r",
"c",
"e",
"p",
"t",
"o",
"r",
"s"
],
[
"E",
"x",
"c",
"e",
"p",
"t",
"i",
"o",
"n",
"s"
],
[
"H",
"e",
"a",
"d",
"e",
"r",
"s"
],
[
"J",
"S",
"O",
"N",
" ",
"R",
"e",
"a",
"d",
"e",
"r"
],
[
"M",
"e",
"r",
"g",
"e",
"s"
],
[
"R",
"e",
"q",
"u",
"e",
"s",
"t",
"s"
],
[
"S",
"t",
"r",
"e",
"a",
"m",
"s"
],
[
"U",
"R",
"I",
"s"
]
] | .NET Framework 4 Migration Issues | Feature | https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx | 25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_10.json |
f8ff5116_T_Framework_4_Migration_Issues__Feature | [Differences from 3.5 SP1] The JavaScript Object Notation (JSON) reader now correctly returns an error when it reads the single backslash ("\") escape character, when it processes JSON payloads sent to a WCF Data Service. [Feature] | JSON Reader | [
[
"B",
"a",
"t",
"c",
"h",
"e",
"d",
" ",
"B",
"i",
"n",
"a",
"r",
"y",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"C",
"h",
"a",
"n",
"g",
"e",
" ",
"i",
"n",
"t",
"e",
"r",
"c",
"e",
"p",
"t",
"o",
"r",
"s"
],
[
"E",
"x",
"c",
"e",
"p",
"t",
"i",
"o",
"n",
"s"
],
[
"H",
"e",
"a",
"d",
"e",
"r",
"s"
],
[
"J",
"S",
"O",
"N",
" ",
"R",
"e",
"a",
"d",
"e",
"r"
],
[
"M",
"e",
"r",
"g",
"e",
"s"
],
[
"R",
"e",
"q",
"u",
"e",
"s",
"t",
"s"
],
[
"S",
"t",
"r",
"e",
"a",
"m",
"s"
],
[
"U",
"R",
"I",
"s"
]
] | .NET Framework 4 Migration Issues | Feature | https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx | 25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_10.json |
f8ff5116_T_Framework_4_Migration_Issues__Feature | [Differences from 3.5 SP1] The following improvements were made to the MergeOption enumeration: The AppendOnly merge option no longer modifies the entity on the client as a result of any subsequent response from a data service. The PreserveChanges option is now consistent between dynamic SQL and stored procedure-based updates. [Feature] | Merges | [
[
"B",
"a",
"t",
"c",
"h",
"e",
"d",
" ",
"B",
"i",
"n",
"a",
"r",
"y",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"C",
"h",
"a",
"n",
"g",
"e",
" ",
"i",
"n",
"t",
"e",
"r",
"c",
"e",
"p",
"t",
"o",
"r",
"s"
],
[
"E",
"x",
"c",
"e",
"p",
"t",
"i",
"o",
"n",
"s"
],
[
"H",
"e",
"a",
"d",
"e",
"r",
"s"
],
[
"J",
"S",
"O",
"N",
" ",
"R",
"e",
"a",
"d",
"e",
"r"
],
[
"M",
"e",
"r",
"g",
"e",
"s"
],
[
"R",
"e",
"q",
"u",
"e",
"s",
"t",
"s"
],
[
"S",
"t",
"r",
"e",
"a",
"m",
"s"
],
[
"U",
"R",
"I",
"s"
]
] | .NET Framework 4 Migration Issues | Feature | https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx | 25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_10.json |
f8ff5116_T_Framework_4_Migration_Issues__Feature | [Differences from 3.5 SP1] The DataService.OnStartProcessingRequest method is now called before a request to data services is processed. This enables the request to work correctly for ServiceOperation services. [Feature] | Requests | [
[
"B",
"a",
"t",
"c",
"h",
"e",
"d",
" ",
"B",
"i",
"n",
"a",
"r",
"y",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"C",
"h",
"a",
"n",
"g",
"e",
" ",
"i",
"n",
"t",
"e",
"r",
"c",
"e",
"p",
"t",
"o",
"r",
"s"
],
[
"E",
"x",
"c",
"e",
"p",
"t",
"i",
"o",
"n",
"s"
],
[
"H",
"e",
"a",
"d",
"e",
"r",
"s"
],
[
"J",
"S",
"O",
"N",
" ",
"R",
"e",
"a",
"d",
"e",
"r"
],
[
"M",
"e",
"r",
"g",
"e",
"s"
],
[
"R",
"e",
"q",
"u",
"e",
"s",
"t",
"s"
],
[
"S",
"t",
"r",
"e",
"a",
"m",
"s"
],
[
"U",
"R",
"I",
"s"
]
] | .NET Framework 4 Migration Issues | Feature | https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx | 25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_10.json |
f8ff5116_T_Framework_4_Migration_Issues__Feature | [Differences from 3.5 SP1] WCF Data Services no longer closes the underlying stream for read and write operations. [Feature] | Streams | [
[
"B",
"a",
"t",
"c",
"h",
"e",
"d",
" ",
"B",
"i",
"n",
"a",
"r",
"y",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"C",
"h",
"a",
"n",
"g",
"e",
" ",
"i",
"n",
"t",
"e",
"r",
"c",
"e",
"p",
"t",
"o",
"r",
"s"
],
[
"E",
"x",
"c",
"e",
"p",
"t",
"i",
"o",
"n",
"s"
],
[
"H",
"e",
"a",
"d",
"e",
"r",
"s"
],
[
"J",
"S",
"O",
"N",
" ",
"R",
"e",
"a",
"d",
"e",
"r"
],
[
"M",
"e",
"r",
"g",
"e",
"s"
],
[
"R",
"e",
"q",
"u",
"e",
"s",
"t",
"s"
],
[
"S",
"t",
"r",
"e",
"a",
"m",
"s"
],
[
"U",
"R",
"I",
"s"
]
] | .NET Framework 4 Migration Issues | Feature | https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx | 25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_10.json |
f8ff5116_T_Framework_4_Migration_Issues__Feature | [Differences from 3.5 SP1] The escaping of URIs by WCF Data Services client has been corrected. [Feature] | URIs | [
[
"B",
"a",
"t",
"c",
"h",
"e",
"d",
" ",
"B",
"i",
"n",
"a",
"r",
"y",
" ",
"C",
"o",
"n",
"t",
"e",
"n",
"t"
],
[
"C",
"h",
"a",
"n",
"g",
"e",
" ",
"i",
"n",
"t",
"e",
"r",
"c",
"e",
"p",
"t",
"o",
"r",
"s"
],
[
"E",
"x",
"c",
"e",
"p",
"t",
"i",
"o",
"n",
"s"
],
[
"H",
"e",
"a",
"d",
"e",
"r",
"s"
],
[
"J",
"S",
"O",
"N",
" ",
"R",
"e",
"a",
"d",
"e",
"r"
],
[
"M",
"e",
"r",
"g",
"e",
"s"
],
[
"R",
"e",
"q",
"u",
"e",
"s",
"t",
"s"
],
[
"S",
"t",
"r",
"e",
"a",
"m",
"s"
],
[
"U",
"R",
"I",
"s"
]
] | .NET Framework 4 Migration Issues | Feature | https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx | 25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_10.json |
aefc680f_ner_Class__System_Diagnostics___Description | [Name] DelimitedListTraceListener(Stream) [Description] | Initializes a new instance of the DelimitedListTraceListener class that writes to the specified output stream. | [] | DelimitedListTraceListener Class (System.Diagnostics) | Description | https://msdn.microsoft.com/en-us/8yacsy65.aspx | 25/1438042989790.89_20150728002309-00145-ip-10-236-191-2_870917313_0.json |
aefc680f_ner_Class__System_Diagnostics___Description | [Name] DelimitedListTraceListener(String) [Description] | Initializes a new instance of the DelimitedListTraceListener class that writes to the specified file. | [] | DelimitedListTraceListener Class (System.Diagnostics) | Description | https://msdn.microsoft.com/en-us/8yacsy65.aspx | 25/1438042989790.89_20150728002309-00145-ip-10-236-191-2_870917313_0.json |
aefc680f_ner_Class__System_Diagnostics___Description | [Name] DelimitedListTraceListener(TextWriter) [Description] | Initializes a new instance of the DelimitedListTraceListener class that writes to the specified text writer. | [] | DelimitedListTraceListener Class (System.Diagnostics) | Description | https://msdn.microsoft.com/en-us/8yacsy65.aspx | 25/1438042989790.89_20150728002309-00145-ip-10-236-191-2_870917313_0.json |
aefc680f_ner_Class__System_Diagnostics___Description | [Name] DelimitedListTraceListener(Stream, String) [Description] | Initializes a new instance of the DelimitedListTraceListener class that writes to the specified output stream and has the specified name. | [] | DelimitedListTraceListener Class (System.Diagnostics) | Description | https://msdn.microsoft.com/en-us/8yacsy65.aspx | 25/1438042989790.89_20150728002309-00145-ip-10-236-191-2_870917313_0.json |
aefc680f_ner_Class__System_Diagnostics___Description | [Name] DelimitedListTraceListener(String, String) [Description] | Initializes a new instance of the DelimitedListTraceListener class that writes to the specified file and has the specified name. | [] | DelimitedListTraceListener Class (System.Diagnostics) | Description | https://msdn.microsoft.com/en-us/8yacsy65.aspx | 25/1438042989790.89_20150728002309-00145-ip-10-236-191-2_870917313_0.json |
aefc680f_ner_Class__System_Diagnostics___Description | [Name] DelimitedListTraceListener(TextWriter, String) [Description] | Initializes a new instance of the DelimitedListTraceListener class that writes to the specified text writer and has the specified name. | [] | DelimitedListTraceListener Class (System.Diagnostics) | Description | https://msdn.microsoft.com/en-us/8yacsy65.aspx | 25/1438042989790.89_20150728002309-00145-ip-10-236-191-2_870917313_0.json |
003e288e_T_Framework_4_Migration_Issues__Differences_from_3_5_SP1 | [Feature] Exception handling [Recommended changes] None. [Differences from 3.5 SP1] | To enable errors to be detected earlier, WPF throws a TargetInvocationException and sets the InnerException property to critical exceptions, such as NullReferenceException, OutOfMemoryException, StackOverflowException, and SecurityException, instead of catching the original exception. | [] | .NET Framework 4 Migration Issues | Differences from 3.5 SP1 | https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx | 25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_12.json |
003e288e_T_Framework_4_Migration_Issues__Differences_from_3_5_SP1 | [Feature] Linked resources [Recommended changes] None. [Differences from 3.5 SP1] | To make linking easier, resource files (such as images) that are located in a location other than the project's folder structure use the resource file's full path instead of just its file name as the resource ID when the application is built. The application will be able to locate the files at run time. | [] | .NET Framework 4 Migration Issues | Differences from 3.5 SP1 | https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx | 25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_12.json |
003e288e_T_Framework_4_Migration_Issues__Differences_from_3_5_SP1 | [Feature] Partial-trust applications [Recommended changes] In your browser applications, you can ease this change by doing one of the following: Run the browser application in full trust. Have customers add the application's site to the trusted sites zone. Have customers run the application in Internet Explorer. [Differences from 3.5 SP1] | For security considerations, Windows-based applications that run in partial trust and contain a WebBrowser control or a Frame control that contains HTML will throw a SecurityException when the control is created. Browser applications will throw an exception and display a message if all of the following conditions are met: The application is running in Firefox. The application is running in partial trust in the Internet zone from non-trusted sites. The application contains a WebBrowser control or a Frame control that contains HTML Note that applications that run from trusted sites or from the intranet zone will not be affected. | [] | .NET Framework 4 Migration Issues | Differences from 3.5 SP1 | https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx | 25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_12.json |
003e288e_T_Framework_4_Migration_Issues__Differences_from_3_5_SP1 | [Feature] Resource dictionaries [Recommended changes] Applications that modify a resource that is defined in a theme-level merged dictionary should clone the resource and modify the cloned copy. Alternatively, the resource can be marked x:Shared="false" so that the ResourceDictionary creates a new copy every time the resource is queried. [Differences from 3.5 SP1] | To improve theme-level resource dictionaries and prevent them from changing, freezable resources that are defined in a resource dictionary and merged into a theme-level dictionary are now always marked as frozen and are immutable. This is the expected behavior for freezable resources. | [] | .NET Framework 4 Migration Issues | Differences from 3.5 SP1 | https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx | 25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_12.json |
003e288e_T_Framework_4_Migration_Issues__Differences_from_3_5_SP1 | [Feature] Windows 7 [Recommended changes] None. [Differences from 3.5 SP1] | To make WPF applications work better on Windows 7, the following improvements were made to correct the behavior of a window: Dock and gesture states now work as expected based on user interactions. The taskbar commands Cascade windows, Show windows stacked, and Show windows side-by-side now have the correct behavior and update the appropriate properties. The Top, Left, Width, and Height properties for a maximized or minimized window now contain the correct restore location of the window instead of other values, depending on the monitor. | [] | .NET Framework 4 Migration Issues | Differences from 3.5 SP1 | https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx | 25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_12.json |
003e288e_T_Framework_4_Migration_Issues__Differences_from_3_5_SP1 | [Feature] Windows style and transparency [Recommended changes] If you must change the WindowStyle when AllowsTransparency is true, you can call the Win32 SetWindowLongPtr function. [Differences from 3.5 SP1] | An InvalidOperationException is thrown if you try to set WindowStyle to a value other than None when AllowsTransparency is true and WindowState is Minimized. | [] | .NET Framework 4 Migration Issues | Differences from 3.5 SP1 | https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx | 25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_12.json |
003e288e_T_Framework_4_Migration_Issues__Differences_from_3_5_SP1 | [Feature] XPS Viewer [Recommended changes] If needed, install the Microsoft XML Paper Specification Essentials Pack. [Differences from 3.5 SP1] | WPF does not include the Microsoft XML Paper Specification Essentials Pack (XPSEP). XPSEP is included with Windows 7 and Windows Vista. On a computer that is running Windows XP without the .NET Framework 3.5 SP1 installed, printing by using a WPF API other than those in PrintDialog will rely on the WINSPOOL. Some printer capabilities will not be reported and some printer settings will not be applied during printing. | [] | .NET Framework 4 Migration Issues | Differences from 3.5 SP1 | https://msdn.microsoft.com/en-us/library/ee941656(v=vs.100).aspx | 25/1438042989790.89_20150728002309-00196-ip-10-236-191-2_896753699_12.json |
63e26cde_rted_and_Applying_the_Guidance__Category | [Description] Tampering with log files Ineffectual or nonexistent audit processes [Category] | Auditing and Logging | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Category | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
63e26cde_rted_and_Applying_the_Guidance__Category | [Description] Network eavesdropping Brute force attacks Dictionary attacks Cookie replay attacks Credential theft [Category] | Authentication | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Category | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
63e26cde_rted_and_Applying_the_Guidance__Category | [Description] Elevation of privilege Disclosure of confidential data Data tampering Luring attacks [Category] | Authorization | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Category | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
63e26cde_rted_and_Applying_the_Guidance__Category | [Description] Unauthorized access to administration interfaces Unauthorized access to configuration stores Retrieval of clear text Configuration secrets No individual accountability [Category] | Configuration Management | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Category | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
63e26cde_rted_and_Applying_the_Guidance__Category | [Description] System or application details are revealed Denial of service (DoS) [Category] | Exception Management | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Category | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
63e26cde_rted_and_Applying_the_Guidance__Category | [Description] Elevation of privilege [Category] | Impersonation/Delegation | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Category | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
63e26cde_rted_and_Applying_the_Guidance__Category | [Description] Information disclosure [Category] | Message Encryption | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Category | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
63e26cde_rted_and_Applying_the_Guidance__Category | [Description] Horizontal and vertical privilege escalation [Category] | Message Replay Detection | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Category | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
63e26cde_rted_and_Applying_the_Guidance__Category | [Description] Data tampering [Category] | Message Signing | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Category | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
63e26cde_rted_and_Applying_the_Guidance__Category | [Description] Buffer overflows Cross-site scripting SQL injection Canonicalization attacks [Category] | Message Validation | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Category | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
63e26cde_rted_and_Applying_the_Guidance__Category | [Description] Accessing of sensitive data in storage Network eavesdropping Information disclosure [Category] | Sensitive Data | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Category | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
63e26cde_rted_and_Applying_the_Guidance__Category | [Description] Session hijacking Session replay Man-in-the-middle attacks [Category] | Session Management | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Category | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
ef1bc6a5_rted_and_Applying_the_Guidance__Description | [Category] Auditing and Logging [Description] | Tampering with log files Ineffectual or nonexistent audit processes | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Description | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
ef1bc6a5_rted_and_Applying_the_Guidance__Description | [Category] Authentication [Description] | Network eavesdropping Brute force attacks Dictionary attacks Cookie replay attacks Credential theft | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Description | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
ef1bc6a5_rted_and_Applying_the_Guidance__Description | [Category] Authorization [Description] | Elevation of privilege Disclosure of confidential data Data tampering Luring attacks | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Description | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
ef1bc6a5_rted_and_Applying_the_Guidance__Description | [Category] Configuration Management [Description] | Unauthorized access to administration interfaces Unauthorized access to configuration stores Retrieval of clear text Configuration secrets No individual accountability | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Description | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
ef1bc6a5_rted_and_Applying_the_Guidance__Description | [Category] Exception Management [Description] | System or application details are revealed Denial of service (DoS) | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Description | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
ef1bc6a5_rted_and_Applying_the_Guidance__Description | [Category] Impersonation/Delegation [Description] | Elevation of privilege | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Description | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
ef1bc6a5_rted_and_Applying_the_Guidance__Description | [Category] Message Encryption [Description] | Information disclosure | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Description | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
ef1bc6a5_rted_and_Applying_the_Guidance__Description | [Category] Message Replay Detection [Description] | Horizontal and vertical privilege escalation | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Description | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
ef1bc6a5_rted_and_Applying_the_Guidance__Description | [Category] Message Signing [Description] | Data tampering | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Description | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
ef1bc6a5_rted_and_Applying_the_Guidance__Description | [Category] Message Validation [Description] | Buffer overflows Cross-site scripting SQL injection Canonicalization attacks | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Description | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
ef1bc6a5_rted_and_Applying_the_Guidance__Description | [Category] Sensitive Data [Description] | Accessing of sensitive data in storage Network eavesdropping Information disclosure | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Description | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
ef1bc6a5_rted_and_Applying_the_Guidance__Description | [Category] Session Management [Description] | Session hijacking Session replay Man-in-the-middle attacks | [] | Fast Track: A Guide for Getting Started and Applying the Guidance | Description | https://msdn.microsoft.com/en-us/library/ff648264.aspx | 25/1438042987155.85_20150728002307-00115-ip-10-236-191-2_871984107_1.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] AccessibilityObject [Description] | Gets the AccessibleObject assigned to the control. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] AccessibleDefaultActionDescription [Description] | Gets or sets the default action description of the control for use by accessibility client applications. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] AccessibleDescription [Description] | Gets or sets the description of the control used by accessibility client applications. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] AccessibleName [Description] | Gets or sets the name of the control used by accessibility client applications. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] AccessibleRole [Description] | Gets or sets the accessible role of the control | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] AllowDrop [Description] | Gets or sets a value indicating whether the control can accept data that the user drags onto it. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] Anchor [Description] | Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] AutoScrollOffset [Description] | Gets or sets where this control is scrolled to in ScrollControlIntoView. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] AutoSize [Description] | Infrastructure. This property is not relevant for this class. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] BackColor [Description] | Gets or sets the background color for the control. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] BackgroundImage [Description] | Gets or sets the background image displayed in the control. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] BackgroundImageLayout [Description] | Gets or sets the background image layout as defined in the ImageLayout enumeration. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] BindingContext [Description] | Gets or sets the BindingContext for the control. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] Bottom [Description] | Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] Bounds [Description] | Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] CanEnableIme [Description] | Gets a value indicating whether the ImeMode property can be set to an active value, to enable IME support. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] CanFocus [Description] | Gets a value indicating whether the control can receive focus. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] CanRaiseEvents [Description] | Determines if events can be raised on the control. (Overrides Component.CanRaiseEvents.) | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] CanSelect [Description] | Gets a value indicating whether the control can be selected. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] Capture [Description] | Gets or sets a value indicating whether the control has captured the mouse. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] CausesValidation [Description] | Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] CheckForIllegalCrossThreadCalls [Description] | Gets or sets a value indicating whether to catch calls on the wrong thread that access a control's Handle property when an application is being debugged. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] ClientRectangle [Description] | Gets the rectangle that represents the client area of the control. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] ClientSize [Description] | Gets or sets the height and width of the client area of the control. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] CompanyName [Description] | Gets the name of the company or creator of the application containing the control. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] Container [Description] | Gets the IContainer that contains the Component. (Inherited from Component.) | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] ContainsFocus [Description] | Gets a value indicating whether the control, or one of its child controls, currently has the input focus. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] ContextMenu [Description] | Gets or sets the shortcut menu associated with the control. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] ContextMenuStrip [Description] | Gets or sets the ContextMenuStrip associated with this control. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
cf92c6d2_perties__System_Windows_Forms___Description | [Name] Controls [Description] | Gets the collection of controls contained within the control. | [] | Control Properties (System.Windows.Forms) | Description | https://msdn.microsoft.com/en-us/library/bsb7cczx.aspx | 25/1438042989790.89_20150728002309-00072-ip-10-236-191-2_881587943_0.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.