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;
///
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CheckBoxPopupAdapter.cs
- ProfileSection.cs
- InteropDesigner.xaml.cs
- ConnectorSelectionGlyph.cs
- InstanceData.cs
- UnmanagedMemoryStreamWrapper.cs
- InternalControlCollection.cs
- DocumentGridContextMenu.cs
- ManagementDateTime.cs
- MarkupCompilePass1.cs
- ScrollBar.cs
- TraceHandler.cs
- MailBnfHelper.cs
- HyperLinkStyle.cs
- TableAdapterManagerMethodGenerator.cs
- SafePipeHandle.cs
- EventDescriptor.cs
- TypeListConverter.cs
- XmlBindingWorker.cs
- WebRequestModuleElementCollection.cs
- ReferencedCollectionType.cs
- ScrollProviderWrapper.cs
- TableSectionStyle.cs
- FontUnit.cs
- TemplatedAdorner.cs
- SoapException.cs
- Token.cs
- Predicate.cs
- VerificationAttribute.cs
- TextRangeEditLists.cs
- BaseCodePageEncoding.cs
- MailAddressParser.cs
- BufferedGraphics.cs
- ValueUtilsSmi.cs
- EventProxy.cs
- Command.cs
- MouseEvent.cs
- SqlDataReaderSmi.cs
- Registry.cs
- WebProxyScriptElement.cs
- OlePropertyStructs.cs
- DetailsViewDeletedEventArgs.cs
- SourceElementsCollection.cs
- XamlPathDataSerializer.cs
- FactoryGenerator.cs
- MeasureData.cs
- XsltQilFactory.cs
- MailSettingsSection.cs
- PropertyGridDesigner.cs
- ListItemCollection.cs
- ScrollBarRenderer.cs
- designeractionbehavior.cs
- HiddenFieldPageStatePersister.cs
- TreeViewCancelEvent.cs
- XmlSerializerOperationFormatter.cs
- IfJoinedCondition.cs
- SessionStateUtil.cs
- BinaryMethodMessage.cs
- AdRotator.cs
- BamlStream.cs
- ActiveXContainer.cs
- BitmapEffectCollection.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- OverflowException.cs
- ValueProviderWrapper.cs
- BamlCollectionHolder.cs
- MenuAutomationPeer.cs
- CellQuery.cs
- SqlDelegatedTransaction.cs
- TextRunTypographyProperties.cs
- IndependentlyAnimatedPropertyMetadata.cs
- EditingMode.cs
- SourceInterpreter.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- PerformanceCounterPermissionAttribute.cs
- Int64Storage.cs
- OracleConnectionStringBuilder.cs
- Button.cs
- TraceSection.cs
- tibetanshape.cs
- precedingsibling.cs
- InternalBufferOverflowException.cs
- VariantWrapper.cs
- TabPanel.cs
- PortCache.cs
- MediaContextNotificationWindow.cs
- MyContact.cs
- HashCodeCombiner.cs
- RuntimeWrappedException.cs
- InputScopeNameConverter.cs
- EntryPointNotFoundException.cs
- Transform3D.cs
- VisualCollection.cs
- BindableTemplateBuilder.cs
- ModelUIElement3D.cs
- XmlWrappingReader.cs
- DocumentXmlWriter.cs
- PeerCollaborationPermission.cs
- ToolStripOverflow.cs
- _ContextAwareResult.cs