task
stringlengths
24
71
input
stringlengths
8
2.38k
output
stringlengths
1
2.34k
options
list
pageTitle
stringlengths
4
140
outputColName
stringlengths
1
79
url
stringlengths
41
160
wdcFile
stringlengths
71
74
002d01f4_lass___Windows_app_development__Description
[Property] ReadingTransform [Access type] Read/write [Description]
Gets or sets the transformation that needs to be applied to sensor data. Transformations to be applied are tied to the display orientation with which to align the sensor data.
[]
Accelerometer class - Windows app development
Description
https://msdn.microsoft.com/en-us/library/windows/apps/windows.devices.sensors.accelerometer.aspx?cs-save-lang=1&cs-lang=csharp
40/1438042981921.1_20150728002301-00187-ip-10-236-191-2_875845931_2.json
002d01f4_lass___Windows_app_development__Description
[Property] ReportInterval [Access type] Read/write [Description]
Gets or sets the current report interval for the accelerometer.
[]
Accelerometer class - Windows app development
Description
https://msdn.microsoft.com/en-us/library/windows/apps/windows.devices.sensors.accelerometer.aspx?cs-save-lang=1&cs-lang=csharp
40/1438042981921.1_20150728002301-00187-ip-10-236-191-2_875845931_2.json
002d01f4_lass___Windows_app_development__Description
[Property] ReportLatency [Access type] Read/write [Description]
Gets or sets the delay between batches of sensor information.
[]
Accelerometer class - Windows app development
Description
https://msdn.microsoft.com/en-us/library/windows/apps/windows.devices.sensors.accelerometer.aspx?cs-save-lang=1&cs-lang=csharp
40/1438042981921.1_20150728002301-00187-ip-10-236-191-2_875845931_2.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Create a text file.
Writing Text to a File
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Write to a text file.
Writing Text to a File
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Read from a text file.
Reading Text from a File
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Append text to a file.
Opening and Appending to a Log File File.AppendText FileInfo.AppendText
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Delete a file.
File.Delete FileInfo.Delete
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Rename or move a file.
File.Move FileInfo.MoveTo
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Copy a file.
File.Copy FileInfo.CopyTo
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Create a directory.
Directory.CreateDirectory System.IO.DirectoryInfo
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Create a subdirectory.
CreateSubdirectory
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Rename or move a directory.
Directory.Move DirectoryInfo.MoveTo
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Delete a directory.
Directory.Delete DirectoryInfo.Delete
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Copy a directory.
Directory
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Sort files in a directory by size.
GetFileSystemInfos
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] See the files in a directory.
Name
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] See the subdirectories of a directory.
GetDirectories GetDirectories
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] See all the files in all subdirectories of a directory.
GetFileSystemInfos
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Find the size of a directory.
Directory
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Get the size of a file.
FileInfo.Length
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Get the attributes of a file.
File.GetAttributes
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Set the attributes of a file.
File.SetAttributes
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Determine if a file exists.
File.Exists
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Read from a binary file.
Reading and Writing to a Newly Created Data File
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Write to a binary file.
Reading and Writing to a Newly Created Data File
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Retrieve a file extension.
Path.GetExtension
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Retrieve the fully qualified path of a file.
Path.GetFullPath
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Retrieve the file name and extension from a path.
Path.GetFileName
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
adb34f0d_FileSystemInfo_Class__e_the_example_in_this_topic___
[To do this...] Change the extension of a file.
Path.ChangeExtension
[]
FileSystemInfo Class
See the example in this topic...
https://msdn.microsoft.com/en-us/library/975xhcs9(v=vs.71).aspx
40/1438042981921.1_20150728002301-00035-ip-10-236-191-2_875882281_0.json
2f1eb659_bject_Methods__System_Windows___Description
[Name] IDataObject.DAdvise [Description]
Creates a connection between a data object and an advisory sink. This method is called by an object that supports an advisory sink and enables the advisory sink to be notified of changes in the object's data.
[]
DataObject Methods (System.Windows)
Description
https://msdn.microsoft.com/en-us/library/ms589296
40/1438042988305.14_20150728002308-00208-ip-10-236-191-2_887789439_1.json
2f1eb659_bject_Methods__System_Windows___Description
[Name] IDataObject.DUnadvise [Description]
Destroys a notification connection that had been previously established.
[]
DataObject Methods (System.Windows)
Description
https://msdn.microsoft.com/en-us/library/ms589296
40/1438042988305.14_20150728002308-00208-ip-10-236-191-2_887789439_1.json
2f1eb659_bject_Methods__System_Windows___Description
[Name] IDataObject.EnumDAdvise [Description]
Creates an object that can be used to enumerate the current advisory connections.
[]
DataObject Methods (System.Windows)
Description
https://msdn.microsoft.com/en-us/library/ms589296
40/1438042988305.14_20150728002308-00208-ip-10-236-191-2_887789439_1.json
2f1eb659_bject_Methods__System_Windows___Description
[Name] IDataObject.EnumFormatEtc [Description]
Creates an object for enumerating the FORMATETC structures for a data object. These structures are used in calls to GetData or SetData.
[]
DataObject Methods (System.Windows)
Description
https://msdn.microsoft.com/en-us/library/ms589296
40/1438042988305.14_20150728002308-00208-ip-10-236-191-2_887789439_1.json
2f1eb659_bject_Methods__System_Windows___Description
[Name] IDataObject.GetCanonicalFormatEtc [Description]
Provides a standard FORMATETC structure that is logically equivalent to a more complex structure. Use this method to determine whether two different FORMATETC structures would return the same data, removing the need for duplicate rendering.
[]
DataObject Methods (System.Windows)
Description
https://msdn.microsoft.com/en-us/library/ms589296
40/1438042988305.14_20150728002308-00208-ip-10-236-191-2_887789439_1.json
2f1eb659_bject_Methods__System_Windows___Description
[Name] IDataObject.GetData [Description]
Obtains data from a source data object. The GetData method, which is called by a data consumer, renders the data described in the specified FORMATETC structure and transfers it through the specified STGMEDIUM structure. The caller then assumes responsibility for releasing the STGMEDIUM structure.
[]
DataObject Methods (System.Windows)
Description
https://msdn.microsoft.com/en-us/library/ms589296
40/1438042988305.14_20150728002308-00208-ip-10-236-191-2_887789439_1.json
2f1eb659_bject_Methods__System_Windows___Description
[Name] IDataObject.GetDataHere [Description]
Obtains data from a source data object. This method, which is called by a data consumer, differs from the GetData method in that the caller must allocate and free the specified storage medium.
[]
DataObject Methods (System.Windows)
Description
https://msdn.microsoft.com/en-us/library/ms589296
40/1438042988305.14_20150728002308-00208-ip-10-236-191-2_887789439_1.json
2f1eb659_bject_Methods__System_Windows___Description
[Name] IDataObject.QueryGetData [Description]
Determines whether the data object is capable of rendering the data described in the FORMATETC structure. Objects attempting a paste or drop operation can call this method before calling GetData to get an indication of whether the operation may be successful.
[]
DataObject Methods (System.Windows)
Description
https://msdn.microsoft.com/en-us/library/ms589296
40/1438042988305.14_20150728002308-00208-ip-10-236-191-2_887789439_1.json
2f1eb659_bject_Methods__System_Windows___Description
[Name] IDataObject.SetData [Description]
Transfers data to the object that implements this method. This method is called by an object that contains a data source.
[]
DataObject Methods (System.Windows)
Description
https://msdn.microsoft.com/en-us/library/ms589296
40/1438042988305.14_20150728002308-00208-ip-10-236-191-2_887789439_1.json
2556590c__Members__System_Web_Security___Description
[Name] AuthenticationType [Description]
Gets the type of authentication used to identify the user. This class is deprecated.
[]
PassportIdentity Members (System.Web.Security)
Description
https://msdn.microsoft.com/en-us/library/system.web.security.passportidentity_members(v=vs.90).aspx
40/1438042989510.73_20150728002309-00109-ip-10-236-191-2_872951688_2.json
2556590c__Members__System_Web_Security___Description
[Name] Error [Description]
Gets a value indicating the error state associated with the current Passport ticket. This class is deprecated.
[]
PassportIdentity Members (System.Web.Security)
Description
https://msdn.microsoft.com/en-us/library/system.web.security.passportidentity_members(v=vs.90).aspx
40/1438042989510.73_20150728002309-00109-ip-10-236-191-2_872951688_2.json
2556590c__Members__System_Web_Security___Description
[Name] GetFromNetworkServer [Description]
Gets information on a Passport server connection and query string. This class is deprecated.
[]
PassportIdentity Members (System.Web.Security)
Description
https://msdn.microsoft.com/en-us/library/system.web.security.passportidentity_members(v=vs.90).aspx
40/1438042989510.73_20150728002309-00109-ip-10-236-191-2_872951688_2.json
2556590c__Members__System_Web_Security___Description
[Name] HasSavedPassword [Description]
Gets information on whether the Passport member's password was saved. This class is deprecated.
[]
PassportIdentity Members (System.Web.Security)
Description
https://msdn.microsoft.com/en-us/library/system.web.security.passportidentity_members(v=vs.90).aspx
40/1438042989510.73_20150728002309-00109-ip-10-236-191-2_872951688_2.json
2556590c__Members__System_Web_Security___Description
[Name] HasTicket [Description]
Gets a value indicating whether the query string includes a Passport ticket as a cookie. This class is deprecated.
[]
PassportIdentity Members (System.Web.Security)
Description
https://msdn.microsoft.com/en-us/library/system.web.security.passportidentity_members(v=vs.90).aspx
40/1438042989510.73_20150728002309-00109-ip-10-236-191-2_872951688_2.json
2556590c__Members__System_Web_Security___Description
[Name] HexPUID [Description]
Gets the Passport Unique Identifier (PUID) for the currently authenticated user, in hexadecimal form. This class is deprecated.
[]
PassportIdentity Members (System.Web.Security)
Description
https://msdn.microsoft.com/en-us/library/system.web.security.passportidentity_members(v=vs.90).aspx
40/1438042989510.73_20150728002309-00109-ip-10-236-191-2_872951688_2.json
2556590c__Members__System_Web_Security___Description
[Name] IsAuthenticated [Description]
Gets a value indicating whether the user is authenticated against a Passport authority. This class is deprecated.
[]
PassportIdentity Members (System.Web.Security)
Description
https://msdn.microsoft.com/en-us/library/system.web.security.passportidentity_members(v=vs.90).aspx
40/1438042989510.73_20150728002309-00109-ip-10-236-191-2_872951688_2.json
2556590c__Members__System_Web_Security___Description
[Name] Item [Description]
Gets Passport profile attributes. This class is deprecated.
[]
PassportIdentity Members (System.Web.Security)
Description
https://msdn.microsoft.com/en-us/library/system.web.security.passportidentity_members(v=vs.90).aspx
40/1438042989510.73_20150728002309-00109-ip-10-236-191-2_872951688_2.json
2556590c__Members__System_Web_Security___Description
[Name] Name [Description]
Gets the name of the current user. This class is deprecated.
[]
PassportIdentity Members (System.Web.Security)
Description
https://msdn.microsoft.com/en-us/library/system.web.security.passportidentity_members(v=vs.90).aspx
40/1438042989510.73_20150728002309-00109-ip-10-236-191-2_872951688_2.json
2556590c__Members__System_Web_Security___Description
[Name] TicketAge [Description]
Gets the time, in seconds, since the last ticket was issued or refreshed. This class is deprecated.
[]
PassportIdentity Members (System.Web.Security)
Description
https://msdn.microsoft.com/en-us/library/system.web.security.passportidentity_members(v=vs.90).aspx
40/1438042989510.73_20150728002309-00109-ip-10-236-191-2_872951688_2.json
2556590c__Members__System_Web_Security___Description
[Name] TimeSinceSignIn [Description]
Gets the time, in seconds, since a member's logon to the Passport logon server. This class is deprecated.
[]
PassportIdentity Members (System.Web.Security)
Description
https://msdn.microsoft.com/en-us/library/system.web.security.passportidentity_members(v=vs.90).aspx
40/1438042989510.73_20150728002309-00109-ip-10-236-191-2_872951688_2.json
6843210d_ies__System_Web_Configuration___Description
[Name] AsyncTimeout [Description]
Gets or sets a value indicating the number of seconds to wait for an asynchronous handler to complete during asynchronous page processing.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] AutoEventWireup [Description]
Gets or sets a value indicating whether events for ASP.NET pages are automatically connected to event-handling functions.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] Buffer [Description]
Gets or sets a value that specifies whether .aspx pages and .ascx controls use response buffering.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] CompilationMode [Description]
Gets or sets a value that determines how .aspx pages and .ascx controls are compiled.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] Controls [Description]
Gets a collection of TagPrefixInfo objects.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] ElementInformation [Description]
Gets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object. (inherited from ConfigurationElement)
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] EnableEventValidation [Description]
Gets or sets a value enabling event validation.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] EnableSessionState [Description]
Gets or sets a value that specifies whether the session state is enabled, disabled, or read-only.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] EnableViewState [Description]
Gets or sets a value indicating whether view state is enabled or disabled.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] EnableViewStateMac [Description]
Gets or sets a value that specifies whether ASP.NET should run a message authentication code (MAC) on the page's view state when the page is posted back from the client.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] LockAllAttributesExcept [Description]
Gets the collection of locked attributes. (inherited from ConfigurationElement)
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] LockAllElementsExcept [Description]
Gets the collection of locked elements. (inherited from ConfigurationElement)
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] LockAttributes [Description]
Gets the collection of locked attributes (inherited from ConfigurationElement)
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] LockElements [Description]
Gets the collection of locked elements. (inherited from ConfigurationElement)
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] LockItem [Description]
Gets or sets a value indicating whether the element is locked. (inherited from ConfigurationElement)
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] MaintainScrollPositionOnPostBack [Description]
Gets or sets a value indicating whether the page scroll position should be maintained upon returning from a postback from the server.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] MasterPageFile [Description]
Gets or sets a reference to the master page for the application.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] MaxPageStateFieldLength [Description]
Gets or sets the maximum number of characters that a single view-state field can contain.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] Namespaces [Description]
Gets a collection of NamespaceInfo objects.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] PageBaseType [Description]
Gets or sets a value that specifies a code-behind class that .aspx pages inherit by default.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] PageParserFilterType [Description]
Gets or sets a value that specifies the parser filter type.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] SectionInformation [Description]
Gets a SectionInformation object that contains the non-customizable information and functionality of the ConfigurationSection object. (inherited from ConfigurationSection)
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] SmartNavigation [Description]
Gets or sets a value that indicates whether smart navigation is enabled.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] StyleSheetTheme [Description]
Gets or sets the name of an ASP.NET style sheet theme.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] TagMapping [Description]
Gets a collection of TagMapInfo objects.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] Theme [Description]
Gets or sets the name of an ASP.NET page theme.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] UserControlBaseType [Description]
Gets or sets a value that specifies a code-behind class that user controls inherit by default.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] ValidateRequest [Description]
Gets or sets a value that determines whether ASP.NET examines input from the browser for dangerous values.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
6843210d_ies__System_Web_Configuration___Description
[Name] ViewStateEncryptionMode [Description]
Gets or sets the encryption mode that ASP.NET uses when maintaining ViewState values.
[]
PagesSection Properties (System.Web.Configuration)
Description
https://msdn.microsoft.com/en-us/library/h97376fb(v=vs.85).aspx
40/1438042981921.1_20150728002301-00253-ip-10-236-191-2_849744824_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_CALC_DEPENDENCY Rowset [Description]
Returns information about dependencies among tables, columns, measures, and calculated column formulas. Applies to tabular models deployed on an Analysis Services instance and Power Pivot models in Excel workbooks that run in a SharePoint environment.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_CONNECTIONS Rowset [Description]
Provides resource usage and activity information about the currently opened connections on the server.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_COMMAND_OBJECTS Rowset [Description]
Provides resource usage and activity information about the objects in use by the referenced command.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_COMMANDS Rowset [Description]
Provides resource usage and activity information about the currently executing or last executed commands in the opened connections on the server
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_CSDL_METADATA Rowset [Description]
Returns an XML definition of a data source to a client that can consume a tabular or Power Pivot model, and present the source data as part of a report. Applies to tabular models deployed on an Analysis Services instance and Power Pivot models in Excel workbooks that run in a SharePoint environment.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_DATASOURCES Rowset [Description]
Returns a list of the XMLA Provider data sources that are available on the server or Web service.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_DB_CONNECTIONS Rowset [Description]
Provides resource usage and activity information about the currently opened connections from the server to a database.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_DIMENSION_STAT Rowset [Description]
Returns statistics on the specified dimension.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_ENUMERATORS Rowset [Description]
Returns a list of names, data types, and enumeration values of enumerators supported by the XMLA Provider for a specific data source.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_JOBS Rowset [Description]
Provides information about the active jobs executing on the server.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_KEYWORDS Rowset (XMLA) [Description]
Returns information about keywords reserved by the XMLA provider.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_LITERALS Rowset [Description]
Returns information about literals, including data types and values, supported by the XMLA provider.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_LOCATIONS Rowset [Description]
Returns information about the contents of a backup file.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_LOCKS Rowset [Description]
Provides information about the current standing locks on the server.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_MEMORYGRANT Rowset [Description]
Returns a list of internal memory quota grants that are taken by jobs that are currently running on the server.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_MEMORYUSAGE Rowset [Description]
Returns the memory usage statistics for various objects allocated by the server.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_OBJECT_ACTIVITY Rowset [Description]
Provides resource usage per object since the start of the service.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_OBJECT_MEMORY_USAGE Rowset [Description]
Provides information about memory resources used by objects.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_PARTITION_DIMENSION_STAT Rowset [Description]
Returns statistics on the dimension that is associated with a partition.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_PARTITION_STAT Rowset [Description]
Returns statistics on aggregations in a particular partition.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json
08f7712d_ML_for_Analysis_Schema_Rowsets__Description
[Rowset1] DISCOVER_PERFORMANCE_COUNTERS Rowset [Description]
Returns the value of one or more specified performance counters.
[]
XML for Analysis Schema Rowsets
Description
https://msdn.microsoft.com/en-us/library/ms126221.aspx
40/1438042981921.1_20150728002301-00073-ip-10-236-191-2_873207757_0.json