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
- MessagePartSpecification.cs
- AsymmetricKeyExchangeDeformatter.cs
- SamlEvidence.cs
- ResolveMatchesCD1.cs
- TdsValueSetter.cs
- GridView.cs
- CodeDOMUtility.cs
- ReadOnlyState.cs
- SqlServices.cs
- ResXDataNode.cs
- ErrorFormatterPage.cs
- ObjectDataSourceFilteringEventArgs.cs
- DockAndAnchorLayout.cs
- BinaryObjectWriter.cs
- ParseElementCollection.cs
- AuthenticateEventArgs.cs
- PeerResolverBindingElement.cs
- AccessedThroughPropertyAttribute.cs
- DispatcherTimer.cs
- Control.cs
- CellCreator.cs
- XmlValidatingReaderImpl.cs
- PermissionSetEnumerator.cs
- EntityClientCacheKey.cs
- SafePEFileHandle.cs
- GroupBox.cs
- BaseComponentEditor.cs
- XmlElementAttributes.cs
- XmlSchemaSimpleType.cs
- ContextMenuService.cs
- SqlInternalConnectionSmi.cs
- SystemIPv6InterfaceProperties.cs
- SimpleLine.cs
- HwndStylusInputProvider.cs
- ListBindingConverter.cs
- __ConsoleStream.cs
- SpecularMaterial.cs
- PingOptions.cs
- DelimitedListTraceListener.cs
- ActiveDocumentEvent.cs
- RuntimeHelpers.cs
- AnonymousIdentificationModule.cs
- newitemfactory.cs
- M3DUtil.cs
- CompModSwitches.cs
- SqlMethodTransformer.cs
- GlyphManager.cs
- RelatedView.cs
- ConvertEvent.cs
- RTLAwareMessageBox.cs
- ShaperBuffers.cs
- SoapObjectWriter.cs
- Pair.cs
- UserNameSecurityTokenProvider.cs
- ManipulationStartedEventArgs.cs
- SequentialWorkflowRootDesigner.cs
- RouteData.cs
- IconHelper.cs
- PartBasedPackageProperties.cs
- AutomationPeer.cs
- WeakReferenceEnumerator.cs
- RelatedCurrencyManager.cs
- Model3D.cs
- Baml6Assembly.cs
- CacheRequest.cs
- RenderingBiasValidation.cs
- TypeInfo.cs
- BeginStoryboard.cs
- DeclarativeConditionsCollection.cs
- EventSinkHelperWriter.cs
- FileUpload.cs
- SymmetricKey.cs
- SqlDuplicator.cs
- MarkupWriter.cs
- DataSet.cs
- DBCSCodePageEncoding.cs
- WindowsIdentity.cs
- SolidColorBrush.cs
- WinFormsUtils.cs
- SelectionItemProviderWrapper.cs
- TraceSwitch.cs
- _ListenerRequestStream.cs
- BasicHttpSecurity.cs
- WebCategoryAttribute.cs
- BaseValidator.cs
- PeerConnector.cs
- DbParameterCollectionHelper.cs
- CLRBindingWorker.cs
- DataControlPagerLinkButton.cs
- WebPartEditorApplyVerb.cs
- XmlSchemaSimpleTypeRestriction.cs
- Operators.cs
- Utils.cs
- SerialReceived.cs
- WsdlImporter.cs
- OrthographicCamera.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- CombinedGeometry.cs
- SubstitutionResponseElement.cs
- CommonObjectSecurity.cs