Code:
/ 4.0 / 4.0 / 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.] ///// 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
- JoinElimination.cs
- MDIClient.cs
- SoapExtensionStream.cs
- SQLBoolean.cs
- SqlDataSourceQueryEditorForm.cs
- DataGridViewUtilities.cs
- securitycriticaldata.cs
- InputLanguageEventArgs.cs
- MouseEvent.cs
- CompilerScope.cs
- RectangleGeometry.cs
- Interlocked.cs
- ScriptBehaviorDescriptor.cs
- MarshalDirectiveException.cs
- ZoomComboBox.cs
- ObjectSerializerFactory.cs
- EditingCoordinator.cs
- XamlGridLengthSerializer.cs
- CodeBinaryOperatorExpression.cs
- SelectionPattern.cs
- PeerIPHelper.cs
- PolyLineSegmentFigureLogic.cs
- RectIndependentAnimationStorage.cs
- DataGridPageChangedEventArgs.cs
- ProxyWebPartManager.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- TimeoutException.cs
- BrowserCapabilitiesFactory.cs
- GeneratedCodeAttribute.cs
- Parameter.cs
- AnnotationComponentChooser.cs
- HtmlFormAdapter.cs
- ComNativeDescriptor.cs
- MonitoringDescriptionAttribute.cs
- ParallelRangeManager.cs
- FormViewCommandEventArgs.cs
- TraceSection.cs
- DynamicPhysicalDiscoSearcher.cs
- ParallelTimeline.cs
- EndpointBehaviorElementCollection.cs
- XPathDescendantIterator.cs
- SelfIssuedAuthAsymmetricKey.cs
- EmptyCollection.cs
- TypeToArgumentTypeConverter.cs
- SerTrace.cs
- InitializationEventAttribute.cs
- HttpResponseInternalWrapper.cs
- XAMLParseException.cs
- _NestedMultipleAsyncResult.cs
- TimeSpanStorage.cs
- TcpTransportElement.cs
- SoapSchemaExporter.cs
- _SSPIWrapper.cs
- RightNameExpirationInfoPair.cs
- CacheEntry.cs
- FixedPage.cs
- EventLogStatus.cs
- DataGridViewUtilities.cs
- CollectionContainer.cs
- PropertyDescriptorCollection.cs
- XPathParser.cs
- RegionIterator.cs
- RuntimeConfigurationRecord.cs
- XmlReflectionMember.cs
- PieceDirectory.cs
- DataGridPagerStyle.cs
- ElementFactory.cs
- ModelChangedEventArgsImpl.cs
- WebPartDescriptionCollection.cs
- CannotUnloadAppDomainException.cs
- UnaryOperationBinder.cs
- UserInitiatedNavigationPermission.cs
- SelectedDatesCollection.cs
- ExtractCollection.cs
- SafeNativeMethods.cs
- ResolvePPIDRequest.cs
- FocusManager.cs
- UnionExpr.cs
- XhtmlBasicValidatorAdapter.cs
- Rijndael.cs
- CallbackDebugBehavior.cs
- FileVersion.cs
- SignatureDescription.cs
- XamlTemplateSerializer.cs
- ArrayElementGridEntry.cs
- TraceHwndHost.cs
- ProtocolsConfigurationEntry.cs
- PauseStoryboard.cs
- ToolStripOverflow.cs
- ListViewEditEventArgs.cs
- ViewManager.cs
- FreezableDefaultValueFactory.cs
- AdRotator.cs
- EqualityArray.cs
- DataServiceHostWrapper.cs
- MessageQueue.cs
- DictionaryBase.cs
- EventBuilder.cs
- MissingMemberException.cs
- ExtenderControl.cs