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
- IndexedWhereQueryOperator.cs
- DataGridViewRowHeaderCell.cs
- XmlMemberMapping.cs
- SqlTriggerAttribute.cs
- MgmtConfigurationRecord.cs
- printdlgexmarshaler.cs
- NativeActivityFaultContext.cs
- CodeTypeParameter.cs
- PreProcessor.cs
- CollectionBase.cs
- XmlNodeComparer.cs
- MatrixAnimationBase.cs
- UdpChannelFactory.cs
- EntityModelSchemaGenerator.cs
- Array.cs
- ToolTipService.cs
- WebPartUtil.cs
- DetailsViewInsertedEventArgs.cs
- CryptoProvider.cs
- RegexCompiler.cs
- CompressedStack.cs
- ScaleTransform.cs
- ToolboxCategory.cs
- ListView.cs
- DesignerHelpers.cs
- UrlAuthFailedErrorFormatter.cs
- GetPageCompletedEventArgs.cs
- TextComposition.cs
- ConstructorBuilder.cs
- templategroup.cs
- HttpProxyTransportBindingElement.cs
- OdbcFactory.cs
- DictionaryBase.cs
- ColumnResizeAdorner.cs
- PromptEventArgs.cs
- Tablet.cs
- ExecutionEngineException.cs
- SignatureHelper.cs
- listitem.cs
- PersonalizationStateInfoCollection.cs
- ByteRangeDownloader.cs
- EmbeddedMailObject.cs
- ValidationHelper.cs
- HttpCachePolicyElement.cs
- XamlRtfConverter.cs
- Not.cs
- WebPartAuthorizationEventArgs.cs
- ActiveXContainer.cs
- _CacheStreams.cs
- BoundPropertyEntry.cs
- InternalRelationshipCollection.cs
- CalculatedColumn.cs
- KeysConverter.cs
- InboundActivityHelper.cs
- RowType.cs
- MatrixIndependentAnimationStorage.cs
- SByteStorage.cs
- CfgParser.cs
- SchemaImporterExtensionsSection.cs
- RegexReplacement.cs
- TransactionFlowBindingElementImporter.cs
- Events.cs
- VirtualStackFrame.cs
- ProjectionAnalyzer.cs
- RuleValidation.cs
- DbParameterCollectionHelper.cs
- PinnedBufferMemoryStream.cs
- ObjectListCommandEventArgs.cs
- MarshalByValueComponent.cs
- TextFormatterHost.cs
- ElementAction.cs
- DataPagerField.cs
- ThreadExceptionEvent.cs
- _ConnectOverlappedAsyncResult.cs
- CompilerLocalReference.cs
- UserControlCodeDomTreeGenerator.cs
- COM2AboutBoxPropertyDescriptor.cs
- DbCommandDefinition.cs
- NoneExcludedImageIndexConverter.cs
- RequestChannelBinder.cs
- TextInfo.cs
- HealthMonitoringSection.cs
- DocumentGridPage.cs
- PaintValueEventArgs.cs
- ProxyGenerator.cs
- DbExpressionBuilder.cs
- MailWebEventProvider.cs
- WebConvert.cs
- ConnectionStringsExpressionBuilder.cs
- ListControlConvertEventArgs.cs
- DynamicControl.cs
- MenuCommand.cs
- WindowsListViewGroup.cs
- ListControl.cs
- SoapAttributeAttribute.cs
- TaskFileService.cs
- ExpressionEditorSheet.cs
- AuthenticationModuleElementCollection.cs
- CalculatedColumn.cs
- CultureData.cs