Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / DnsElement.cs / 1 / DnsElement.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Configuration { using System; using System.ServiceModel; using System.Configuration; using System.IdentityModel.Claims; using System.IdentityModel.Policy; using System.Security.Cryptography; using System.Xml; public sealed partial class DnsElement : ConfigurationElement { public DnsElement() { } [ConfigurationProperty(ConfigurationStrings.Value, DefaultValue = "")] [StringValidator(MinLength = 0)] public String Value { get { return (string)base[ConfigurationStrings.Value]; } set { if (String.IsNullOrEmpty(value)) { value = String.Empty; } base[ConfigurationStrings.Value] = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RijndaelManagedTransform.cs
- MimeBasePart.cs
- TreeViewItemAutomationPeer.cs
- MatrixAnimationBase.cs
- MissingMemberException.cs
- FrameworkContentElement.cs
- EdgeModeValidation.cs
- ParallelQuery.cs
- InvokePatternIdentifiers.cs
- FixedSOMLineRanges.cs
- Floater.cs
- EntityContainerEntitySet.cs
- EmissiveMaterial.cs
- TemplatedWizardStep.cs
- InputReferenceExpression.cs
- TextElementEnumerator.cs
- PasswordBox.cs
- CachedPathData.cs
- SafeArrayRankMismatchException.cs
- FileSystemEventArgs.cs
- DataSourceCacheDurationConverter.cs
- ConfigXmlElement.cs
- ProviderException.cs
- InstanceHandle.cs
- SafeWaitHandle.cs
- LongValidator.cs
- VariantWrapper.cs
- Sentence.cs
- DesignerDataStoredProcedure.cs
- SelectionProcessor.cs
- UIElement3DAutomationPeer.cs
- NavigatorInput.cs
- ElementHostPropertyMap.cs
- ButtonBaseAutomationPeer.cs
- PeerNameRecord.cs
- DataTemplateSelector.cs
- PieceNameHelper.cs
- _PooledStream.cs
- HtmlInputPassword.cs
- figurelengthconverter.cs
- ProxyManager.cs
- XmlLinkedNode.cs
- DocumentViewer.cs
- CompilerTypeWithParams.cs
- PropertyToken.cs
- ArrayTypeMismatchException.cs
- Visual3DCollection.cs
- HttpResponse.cs
- OdbcConnectionHandle.cs
- XmlUrlResolver.cs
- EmptyControlCollection.cs
- XmlILStorageConverter.cs
- Mutex.cs
- UnsafeNativeMethods.cs
- PenLineCapValidation.cs
- ExpressionEditorAttribute.cs
- SingleKeyFrameCollection.cs
- RowType.cs
- UpdateException.cs
- BitStack.cs
- MouseGesture.cs
- LayoutEditorPart.cs
- FastEncoderStatics.cs
- ListViewDeleteEventArgs.cs
- ResourceDescriptionAttribute.cs
- SessionStateSection.cs
- GraphicsContext.cs
- ButtonColumn.cs
- SpecularMaterial.cs
- EncoderExceptionFallback.cs
- DelayDesigner.cs
- DocumentXmlWriter.cs
- PageParser.cs
- MessageVersion.cs
- SafeReversePInvokeHandle.cs
- Simplifier.cs
- Property.cs
- ContextStack.cs
- ChildrenQuery.cs
- QueryResponse.cs
- SecurityTokenValidationException.cs
- NativeMethods.cs
- JournalNavigationScope.cs
- TableItemStyle.cs
- Bold.cs
- WSHttpSecurity.cs
- MetricEntry.cs
- SchemaMapping.cs
- EntityConnectionStringBuilder.cs
- ValidationResult.cs
- RectAnimationBase.cs
- InputReferenceExpression.cs
- XmlWriterSettings.cs
- FontSourceCollection.cs
- prefixendpointaddressmessagefilter.cs
- QuaternionRotation3D.cs
- ChannelListenerBase.cs
- CqlGenerator.cs
- DefaultAuthorizationContext.cs
- AppDomainEvidenceFactory.cs