Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Discovery / ExcludePathInfo.cs / 1305376 / ExcludePathInfo.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Discovery { using System; using System.Xml.Serialization; ////// /// public sealed class ExcludePathInfo { private string path = null; ///[To be supplied.] ////// /// public ExcludePathInfo() { } ///[To be supplied.] ////// /// public ExcludePathInfo(string path) { this.path = path; } ///[To be supplied.] ////// /// [XmlAttribute("path")] public string Path { get { return path; } set { path = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RuntimeConfigLKG.cs
- CompilerError.cs
- BaseContextMenu.cs
- HttpContextServiceHost.cs
- UnmanagedHandle.cs
- StylusPointCollection.cs
- AnimationClockResource.cs
- RadioButtonStandardAdapter.cs
- ListDictionaryInternal.cs
- Privilege.cs
- SqlConnectionPoolProviderInfo.cs
- RemotingAttributes.cs
- OutputCacheProfileCollection.cs
- UnwrappedTypesXmlSerializerManager.cs
- Literal.cs
- Expander.cs
- DictionaryKeyPropertyAttribute.cs
- SqlDataSourceCustomCommandEditor.cs
- XmlTypeAttribute.cs
- ModuleConfigurationInfo.cs
- FileNotFoundException.cs
- XmlParserContext.cs
- ToolStripComboBox.cs
- PackUriHelper.cs
- ServiceContractListItemList.cs
- PieceNameHelper.cs
- PreProcessor.cs
- Floater.cs
- ColumnResult.cs
- SafeNativeMethods.cs
- BinaryCommonClasses.cs
- PassportAuthentication.cs
- MethodToken.cs
- ReliableOutputSessionChannel.cs
- PackWebRequest.cs
- XPathExpr.cs
- RequestTimeoutManager.cs
- FileIOPermission.cs
- NavigationProgressEventArgs.cs
- DataConnectionHelper.cs
- Roles.cs
- UInt32Converter.cs
- DocumentScope.cs
- BitVec.cs
- InvalidEnumArgumentException.cs
- ValueQuery.cs
- MethodAccessException.cs
- OleDbCommandBuilder.cs
- SqlDataSource.cs
- CharConverter.cs
- CapacityStreamGeometryContext.cs
- MediaTimeline.cs
- TranslateTransform3D.cs
- TabControlDesigner.cs
- NoneExcludedImageIndexConverter.cs
- HttpCachePolicyWrapper.cs
- Overlapped.cs
- NestedContainer.cs
- SelectionRange.cs
- RegexParser.cs
- HtmlValidatorAdapter.cs
- DiscreteKeyFrames.cs
- RegexTree.cs
- Simplifier.cs
- RewritingValidator.cs
- HtmlShim.cs
- ISFClipboardData.cs
- DataGridToolTip.cs
- ThousandthOfEmRealDoubles.cs
- Int32Rect.cs
- FixedSOMTableCell.cs
- SQLSingle.cs
- DPTypeDescriptorContext.cs
- ListSourceHelper.cs
- StructuredProperty.cs
- IResourceProvider.cs
- Util.cs
- DataGridViewCellFormattingEventArgs.cs
- TypeDelegator.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- DataListCommandEventArgs.cs
- DrawingCollection.cs
- SqlInfoMessageEvent.cs
- EventLogPermissionEntryCollection.cs
- Expression.cs
- AnimatedTypeHelpers.cs
- ProfileManager.cs
- OneToOneMappingSerializer.cs
- SmiTypedGetterSetter.cs
- OleDbTransaction.cs
- ResourceIDHelper.cs
- FixedSOMLineCollection.cs
- RecognizedWordUnit.cs
- BooleanKeyFrameCollection.cs
- CodeSnippetTypeMember.cs
- Point.cs
- Classification.cs
- CompatibleIComparer.cs
- UntrustedRecipientException.cs
- FontDialog.cs