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
- ModuleBuilder.cs
- ServiceOperation.cs
- Utils.cs
- CacheVirtualItemsEvent.cs
- DecoderBestFitFallback.cs
- TemplateBaseAction.cs
- SwitchAttribute.cs
- SchemaConstraints.cs
- ConfigXmlDocument.cs
- UTF7Encoding.cs
- ConstraintConverter.cs
- ReflectionTypeLoadException.cs
- MemberCollection.cs
- DictionaryEntry.cs
- mediaclock.cs
- XmlSchemaType.cs
- BooleanStorage.cs
- DataGridViewColumnTypePicker.cs
- NoClickablePointException.cs
- DataSvcMapFile.cs
- TripleDES.cs
- SerializationSectionGroup.cs
- PageCodeDomTreeGenerator.cs
- HotCommands.cs
- RowUpdatingEventArgs.cs
- TrackBarDesigner.cs
- IssuedTokenParametersEndpointAddressElement.cs
- TemplatedWizardStep.cs
- DiffuseMaterial.cs
- FromReply.cs
- TextElementCollection.cs
- RuntimeResourceSet.cs
- _TimerThread.cs
- DataMemberListEditor.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- RefreshEventArgs.cs
- ComUdtElementCollection.cs
- UserPreferenceChangingEventArgs.cs
- Collection.cs
- Keywords.cs
- DecryptedHeader.cs
- NotifyIcon.cs
- MasterPageBuildProvider.cs
- WhitespaceRule.cs
- AccessedThroughPropertyAttribute.cs
- HttpListener.cs
- SslStreamSecurityUpgradeProvider.cs
- DbDataRecord.cs
- sqlpipe.cs
- Command.cs
- ItemTypeToolStripMenuItem.cs
- SeparatorAutomationPeer.cs
- Subordinate.cs
- ExpressionVisitorHelpers.cs
- ArraySubsetEnumerator.cs
- ChannelServices.cs
- HandlerMappingMemo.cs
- EntityDataSourceContextDisposingEventArgs.cs
- FlowThrottle.cs
- SqlPersonalizationProvider.cs
- _UriSyntax.cs
- DataGridViewCellStyleConverter.cs
- PageWrapper.cs
- HitTestWithPointDrawingContextWalker.cs
- Decimal.cs
- DependencyObjectProvider.cs
- SqlTrackingQuery.cs
- RoutingBehavior.cs
- XmlReflectionImporter.cs
- DesignColumnCollection.cs
- MessageQueueConverter.cs
- WeakReferenceEnumerator.cs
- Query.cs
- FrameworkReadOnlyPropertyMetadata.cs
- Floater.cs
- SafePipeHandle.cs
- AttachmentService.cs
- DateTimeConstantAttribute.cs
- MediaContext.cs
- DifferencingCollection.cs
- NameValuePair.cs
- CodePageUtils.cs
- KernelTypeValidation.cs
- Number.cs
- IPEndPoint.cs
- Stack.cs
- ClockGroup.cs
- PeerEndPoint.cs
- CompareInfo.cs
- XmlDataDocument.cs
- EncoderFallback.cs
- XPathArrayIterator.cs
- TextEditor.cs
- CompositeActivityCodeGenerator.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- DecimalAnimation.cs
- Token.cs
- HitTestFilterBehavior.cs
- SqlDataSourceCommandEventArgs.cs
- AtomicFile.cs