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
- MemoryFailPoint.cs
- CompilerLocalReference.cs
- BamlStream.cs
- Int32Rect.cs
- ServiceOperation.cs
- OperationCanceledException.cs
- FontResourceCache.cs
- SecurityKeyType.cs
- MenuStrip.cs
- StaticFileHandler.cs
- CodeIndexerExpression.cs
- EncodingInfo.cs
- MsmqOutputSessionChannel.cs
- CoTaskMemHandle.cs
- SoapTypeAttribute.cs
- TriggerActionCollection.cs
- SymmetricAlgorithm.cs
- StickyNoteContentControl.cs
- TypeHelper.cs
- HwndHost.cs
- ByteAnimation.cs
- ColorKeyFrameCollection.cs
- QueuePathEditor.cs
- _IPv4Address.cs
- ColumnProvider.cs
- LinqTreeNodeEvaluator.cs
- MulticastOption.cs
- ControlIdConverter.cs
- PropertyFilterAttribute.cs
- ProcessStartInfo.cs
- MsmqIntegrationBinding.cs
- MobileUITypeEditor.cs
- SettingsSection.cs
- PackageProperties.cs
- ConnectionStringsExpressionBuilder.cs
- PropertyOverridesTypeEditor.cs
- InputScopeConverter.cs
- WSFederationHttpBinding.cs
- EventRoute.cs
- GPRECT.cs
- Stroke2.cs
- LogArchiveSnapshot.cs
- OperatingSystem.cs
- ZipIOModeEnforcingStream.cs
- ReaderWriterLock.cs
- DrawingContextWalker.cs
- MenuCommands.cs
- UIntPtr.cs
- OrderedParallelQuery.cs
- nulltextcontainer.cs
- AlternationConverter.cs
- ConfigurationStrings.cs
- DownloadProgressEventArgs.cs
- ClientSideProviderDescription.cs
- XmlCharacterData.cs
- InheritanceUI.cs
- TypeSystemHelpers.cs
- Zone.cs
- ActivityWithResultWrapper.cs
- CommandValueSerializer.cs
- MetadataException.cs
- dtdvalidator.cs
- FileEnumerator.cs
- wgx_exports.cs
- AttachmentCollection.cs
- TimeManager.cs
- VerticalAlignConverter.cs
- Section.cs
- ValidatingReaderNodeData.cs
- Timer.cs
- OptionalMessageQuery.cs
- Typeface.cs
- GeometryCombineModeValidation.cs
- HtmlTextArea.cs
- GeometryHitTestParameters.cs
- UserControl.cs
- CommentEmitter.cs
- GridProviderWrapper.cs
- ContractCodeDomInfo.cs
- NumericExpr.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- HtmlImage.cs
- PixelFormats.cs
- ToggleButtonAutomationPeer.cs
- CompositeCollection.cs
- SqlException.cs
- ProxyFragment.cs
- WebRequest.cs
- CombinedGeometry.cs
- DoubleCollection.cs
- SafeCryptoHandles.cs
- NavigationCommands.cs
- WebPartDisplayModeEventArgs.cs
- DynamicUpdateCommand.cs
- filewebresponse.cs
- HandlerMappingMemo.cs
- Condition.cs
- HostedImpersonationContext.cs
- ReservationCollection.cs
- PresentationSource.cs