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
- ProcessHost.cs
- SecurityElement.cs
- DesignerUtility.cs
- DmlSqlGenerator.cs
- SortKey.cs
- Walker.cs
- sqlpipe.cs
- MouseButtonEventArgs.cs
- AdjustableArrowCap.cs
- CAGDesigner.cs
- ServiceBusyException.cs
- LoginCancelEventArgs.cs
- TimeSpanStorage.cs
- ServicesUtilities.cs
- TemplateInstanceAttribute.cs
- QuaternionAnimationBase.cs
- CrossContextChannel.cs
- WorkflowOperationErrorHandler.cs
- LoginUtil.cs
- DiffuseMaterial.cs
- WindowsListView.cs
- PropertyGridEditorPart.cs
- AccessViolationException.cs
- RawMouseInputReport.cs
- FormParameter.cs
- TreeViewEvent.cs
- XmlIgnoreAttribute.cs
- Parser.cs
- CapabilitiesSection.cs
- DbDataRecord.cs
- SafeCryptContextHandle.cs
- TextEditorThreadLocalStore.cs
- LocalFileSettingsProvider.cs
- webclient.cs
- PersianCalendar.cs
- ChangeBlockUndoRecord.cs
- DesignerActionHeaderItem.cs
- CompilerWrapper.cs
- OleCmdHelper.cs
- OdbcRowUpdatingEvent.cs
- DataControlField.cs
- AmbientLight.cs
- StylusPointProperty.cs
- AsymmetricSignatureDeformatter.cs
- ProxyHwnd.cs
- FontNamesConverter.cs
- EffectiveValueEntry.cs
- FixedDocumentSequencePaginator.cs
- RichTextBox.cs
- XmlReflectionMember.cs
- RoleGroupCollection.cs
- XmlDomTextWriter.cs
- AnimationException.cs
- PropertyCondition.cs
- InvalidWorkflowException.cs
- DataList.cs
- BindingWorker.cs
- AssociationTypeEmitter.cs
- VSWCFServiceContractGenerator.cs
- Brush.cs
- HashAlgorithm.cs
- UnsignedPublishLicense.cs
- Operand.cs
- XsdCachingReader.cs
- EnumType.cs
- TextDocumentView.cs
- ActivityTypeDesigner.xaml.cs
- PersistenceTypeAttribute.cs
- ISAPIApplicationHost.cs
- NonPrimarySelectionGlyph.cs
- ThreadAttributes.cs
- _Rfc2616CacheValidators.cs
- Typeface.cs
- WindowsGraphics2.cs
- WebServiceEndpoint.cs
- TraceUtility.cs
- BaseComponentEditor.cs
- OutputCacheProviderCollection.cs
- DiagnosticSection.cs
- WebRequest.cs
- FlowPanelDesigner.cs
- SimpleBitVector32.cs
- PartManifestEntry.cs
- SpecialFolderEnumConverter.cs
- SequentialUshortCollection.cs
- ToolStripDropDownItem.cs
- DbProviderSpecificTypePropertyAttribute.cs
- CompilationUtil.cs
- embossbitmapeffect.cs
- MenuAdapter.cs
- ProcessHostMapPath.cs
- UInt64Converter.cs
- WebPartConnectionsConfigureVerb.cs
- XmlSchemaException.cs
- GridProviderWrapper.cs
- SharedPersonalizationStateInfo.cs
- DocumentStatusResources.cs
- EditorZone.cs
- NameValueFileSectionHandler.cs
- MetadataPropertyvalue.cs