Here you can search through the pages of this Namespace, their attachments and the files uploaded to the system.Note: the results will only display the items you have permissions to read.
[...] how to find the MAC address of various devices. Procedures Android Smartphone 1. Navigate to System Settings > About Phone 2. On the About Phone page, tap Status. 3. Scroll down to "Wi-Fi MAC Address" iPhone/iPad 1. Navigate to Settings > General > About 2. Scroll down to "Wi-Fi Address" Kindle Fire 1. Navigate to Settings > More > Device 2. Scroll down to Wi-Fi MAC Address MacBook Air 1. Navigate to Apple Menu > System Preferences 2. Click the Network icon 3. Click the Advanced button 4. Read the "Wi-Fi Address" [...]
[...] Website SecurityContext Class - .NET Core ASP·NET Web Forms ActionValidator Class - ASP.NET AJAX Coding in ASP.NET Web Forms An Extensive Examination of the DataGrid Web Control - ASP.NET Apostrophes - Correct Usage in HyperLinks AttachmentSelector Web Control - ASP.NET Building A Truly Dynamic Menu - ASP.NET Changing Cookie Names - ASP.NET Security Changing Password without the Old Password - ASP.NET Membership API CheckBoxList Class - ASP.NET CheckedListBox User Control - ASP.NET Class Library Pages CompareValidator Class - ASP.NET Comparison [...]
[...] Function - .NET Framework Using Custom Sections in an App.Config File - .Net Framework Using Embedded Resources - .Net Framework Using MSBuild Community Tasks to create an installer Using Reflection to Document a Web API - ASP.NET Using the ListView.ListViewItemSorter property - .Net Framework Using the SelectNodes Method with XML Namespaces - .Net Framework Validation Errors - .NET Framework Version - C# Windows Services in Visual Studio 2005 Standard Edition Windows Taskbar Wrapper Class - C# XML Encoding XML Serialization of an Object - C# Algorithms [...]
[...] in your config file. Sample Code Usage static void Main(string[] args) { var settings = CustomConfig.Settings; var someString = settings.SomeString; var someInteger = settings.SomeInteger; foreach (EmailRecipient item in settings.EmailRecipients) { Debug.Print(item.AddressExt); } } Custom Configuration Class using System; using System.Configuration; using System.Diagnostics; namespace [...]
[...] from two security permissions, both within the Core database. Core:/sitecore/content/Documents and Settings/All users/Start menu/Left/Content Editor:Read — this causes the Content editor to appear on the menu Core:/sitecore/content/Applications/Content Editor:Read — this grants the user the right to execute the Content Editor application Security Assignment Dialog Although within Sitecore's Security Editor you can edit some permissions for items, you can't manage the full set of permissions except through the assignment dialog, which is opened via the Security [...]
[...] IServiceCollection services, IConfiguration config, string name) where TConfig: class { var settings = config.GetSection(name).Get<TConfig>(); services.AddSingleton(settings); [...]
Overview This article provides code which will retrieve configured settings regardless of whether the calling code is running within a Web API (which retrieve the settings from the web.config file's appSettings section) or an Azure Function [...]
[...] instance per host application, and (2) is useful enough that you always want it available. Valid Settings Setting Type Description 1 (Default) Private Other applications aren't allowed access to type library information about the class, and cannot create instances of it. Private objects are only for use within your component. 2 PublicNotCreatable Other applications can use objects of this class only if your component creates the objects first. Other applications cannot use the CreateObject function or the New operator to create objects from the class. [...]
[...] location of the application configuration file can be found in the following folder: C:\Documents and Settings\ username \Local Settings\Apps\2.0\*\*\*\ MyApp .exe.config [...]
[...] the following procedure. Navigate to the Internet Options dialog in one of two ways via Start Menu > Settings > Control Panel > Internet Options within IE via Tools > Options On the Security tab, select the proper zone, then click the Custom Level button. Internet Options Dialog Near the end of the Settings list, under Scripting > Active Scripting [...]
[...] Microsoft Office Word 2003 — HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Word\Data[Settings] Excel 2003 — HKCU\Software\Microsoft\Office\10.0\Excel\Recent Files Access 2003 — C:\Documents and Settings\ userid \Application Data\Microsoft\Office\Recent Word 2007 — HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word\File MRU Excel 2007 — HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel\File MRU Access 2007 — HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\ Transforming AppSettings.json to Azure Configuration Settings — 2.9%
[...] to transform the JSON found in an "appsettings.json" file to the JSON using by Azure Configuration settings. Code declare @input varchar(1000) = ' { [...]
[...] System.Diagnostics.Debug.Print(ex.Message); throw; } } } web.config Settings Create settings [...]
[...] entire row .Editable(e => e.Mode(GridEditMode.Popup) } Configures how rows are edited .Pageable(settings => settings.PageSize(10).Style(GridPagerStyles.NextPreviousAndInput)) [...]
[...] call the RenderReport method to render the report in the ReportViewer control. 6. Add the following settings to your web.config file (in the appSettings section). <!-- SSRS Settings [...]
SQL Server Management Studio 2005-2008 Text Editor Description Location Line numbers Tools > Options > Text Editor > All Languages > Display > Line Numbers Tabs: render as spaces Tools > Options > Text Editor > All Languages > Tabs Visual Studio 2010 Description Location Open ASPX file in [...]
[...] naming it with a " Service " suffix. 6. Add an app.config file to the project, mimicking the following settings. <configuration> <system.serviceModel> <!--For debugging purposes set the includeExceptionDetailInFaults attribute to true--> <behaviors> <serviceBehaviors> <behavior name="behavior0"> <serviceMetadata httpGetEnabled="True"/> <serviceDebug includeExceptionDetailInFaults="False" /> </behavior> </serviceBehaviors> </behaviors> <services> [...]
[...] the New button. (5) A wizard will appear. On the second step, choose Manually configure server settings or additional server types . (6) On the Microsoft Exchange Settings [...]
[...] In order to enable ADO components to read and write BLOB fields into a DB2 database, the following settings should be added to the db2cli.ini file, under the catalog to Production OLA, in C:\Program Files\SQLLIB directory. LONGDATACOMPAT=1 LOBMAXCOLUMNSIZE=33554431 Example: ; Comment lines start with a semi-colon. [tstcli1x] uid=userid pwd=password autocommit=0 TableType="'TABLE','VIEW','SYSTEM TABLE'" LONGDATACOMPAT=1 [tstcli2x] ; Assuming dbalias2 is a database in DB2 for MVS. SchemaList="'OWNER1','OWNER2',CURRENT SQLID" [...]
[...] code to the local repository Create a new repository on GitHub Source Tree > Repository > Repository Settings > Add a new remote path (Remote name = "GitHub") [...]
[...] a.ZipCode as CityStateZip to this... CityStateZip = a.City + ', ' + a.State + ' ' + a.ZipCode use these settings in the Find and Replace dialog Find What [...]
[...] and parsing JSON data in SQL Server See Also Transforming AppSettings.json to Azure Configuration Settings Sample Data The Before field looks like [...]
[...] transformations within your service project. Each transformation can contain a connection string and other settings specific to the environment where it will [...]
[...] entries for the COM+ catalog GetSetting and SaveSetting VB functions HKCU\Software\VB and VBA Program Settings this key has a subkey for each AppName submitted [...]
[...] ------------------------------------------------------------ var config = Acme.Configuration.AcmeConfiguration.Settings.Ssrs; if (!config.DefaultCredentials) [...]
[...] mailMessage.IsBodyHtml = True smtpClient.Send(mailMessage) End Sub Via Configuration The following settings in the web.config file will be used (if present) [...]
Configuring the Server to Enable Usage To enable CLR integration, you must have the ALTER SETTINGS server-level permission, which is implicitly [...]
[...] ValidationSummary State Management Lookup QueryString Deprecated Classes ConfigMgr ServerVar SessionVar Settings Other Classes ActiveDirectoryQuery ConnectionString [...]
[...] Parser class, found here . Overview The ConfigMgr class provides a means of working with application settings found in either an app.config or a web.config [...]
[...] Microsoft Access using the options in the specified user profile instead of the standard Windows Registry settings created when you installed Microsoft Access. [...]
ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.