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
- SafeCertificateStore.cs
- WorkItem.cs
- LinearGradientBrush.cs
- ProfileGroupSettings.cs
- SoapElementAttribute.cs
- UnauthorizedAccessException.cs
- Camera.cs
- DataProtection.cs
- SqlDataSourceView.cs
- DataComponentNameHandler.cs
- ParameterCollection.cs
- CellPartitioner.cs
- RightsManagementEncryptionTransform.cs
- BindingBase.cs
- VisualStyleRenderer.cs
- Function.cs
- UnsafeNativeMethods.cs
- ConsoleKeyInfo.cs
- ResourceIDHelper.cs
- InputManager.cs
- AnnouncementSendsAsyncResult.cs
- SplitterEvent.cs
- safex509handles.cs
- UIElementParagraph.cs
- SafeCryptoHandles.cs
- XmlArrayAttribute.cs
- __TransparentProxy.cs
- RNGCryptoServiceProvider.cs
- RuleSetDialog.Designer.cs
- FilteredDataSetHelper.cs
- DataSysAttribute.cs
- ImmutableObjectAttribute.cs
- SqlResolver.cs
- MsmqIntegrationOutputChannel.cs
- PackageDigitalSignature.cs
- XmlQueryTypeFactory.cs
- CriticalHandle.cs
- Span.cs
- SmiRecordBuffer.cs
- DbMetaDataCollectionNames.cs
- HttpStreamMessageEncoderFactory.cs
- BulletChrome.cs
- Site.cs
- altserialization.cs
- ParseElement.cs
- ClientSideProviderDescription.cs
- grammarelement.cs
- GenericEnumerator.cs
- DataServiceRequestException.cs
- ListSourceHelper.cs
- ElementsClipboardData.cs
- Exception.cs
- XmlCDATASection.cs
- XmlHierarchicalEnumerable.cs
- ResourceIDHelper.cs
- IImplicitResourceProvider.cs
- SchemaAttDef.cs
- _TimerThread.cs
- MatrixAnimationBase.cs
- OdbcConnectionHandle.cs
- UnsupportedPolicyOptionsException.cs
- HtmlElementErrorEventArgs.cs
- PolicyImporterElement.cs
- ScrollBar.cs
- HttpModuleActionCollection.cs
- Control.cs
- DataPagerField.cs
- ToolStripRenderEventArgs.cs
- SoundPlayer.cs
- SetterTriggerConditionValueConverter.cs
- ColumnMapProcessor.cs
- shaper.cs
- Padding.cs
- ValueChangedEventManager.cs
- KeyBinding.cs
- LayoutManager.cs
- PrintDialog.cs
- DataKey.cs
- InternalControlCollection.cs
- RegexTypeEditor.cs
- GradientBrush.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- BitmapEffectState.cs
- PathNode.cs
- UpdatePanelTrigger.cs
- ServiceContractAttribute.cs
- RTLAwareMessageBox.cs
- ScriptDescriptor.cs
- LinqDataSourceView.cs
- Matrix3D.cs
- FormatConvertedBitmap.cs
- CompilerWrapper.cs
- MachineKeyConverter.cs
- CalendarItem.cs
- PositiveTimeSpanValidatorAttribute.cs
- ResolveNameEventArgs.cs
- TransformGroup.cs
- MimeParameter.cs
- ToolStripItemImageRenderEventArgs.cs
- DBConnection.cs