Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / MessagePropertyAttribute.cs / 1 / MessagePropertyAttribute.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel { [AttributeUsage(ServiceModelAttributeTargets.MessageMember, Inherited = false)] public sealed class MessagePropertyAttribute : Attribute { string name; bool isNameSetExplicit; public MessagePropertyAttribute() { } public string Name { get { return this.name; } set { isNameSetExplicit = true; this.name = value; } } internal bool IsNameSetExplicit { get { return isNameSetExplicit; } } } } // 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
- MultiSelectRootGridEntry.cs
- PagesChangedEventArgs.cs
- OracleSqlParser.cs
- IntegerValidator.cs
- SemaphoreFullException.cs
- DateTimeStorage.cs
- WebControlAdapter.cs
- StringBuilder.cs
- Underline.cs
- NameSpaceExtractor.cs
- Int32Storage.cs
- KeyGesture.cs
- SqlStream.cs
- RectangleConverter.cs
- Primitive.cs
- contentDescriptor.cs
- ApplicationDirectoryMembershipCondition.cs
- ClientSponsor.cs
- _AutoWebProxyScriptEngine.cs
- ExpressionLexer.cs
- XmlSchemaSet.cs
- XmlCompatibilityReader.cs
- ProtectedConfiguration.cs
- XmlBinaryReader.cs
- ValidationRule.cs
- HtmlInputRadioButton.cs
- DataPagerCommandEventArgs.cs
- LocalClientSecuritySettings.cs
- ListSortDescription.cs
- CaseInsensitiveHashCodeProvider.cs
- OdbcCommand.cs
- Descriptor.cs
- TextEncodedRawTextWriter.cs
- AuthenticationModuleElementCollection.cs
- XsltSettings.cs
- JapaneseCalendar.cs
- AnnotationResource.cs
- WebMessageEncoderFactory.cs
- CustomErrorsSection.cs
- Debugger.cs
- WebPartEditorOkVerb.cs
- SqlServer2KCompatibilityAnnotation.cs
- FontFamily.cs
- XmlAttributeCollection.cs
- QilTypeChecker.cs
- PagedDataSource.cs
- Vector3DValueSerializer.cs
- SafeNativeMethods.cs
- AliasExpr.cs
- ClipboardProcessor.cs
- FtpRequestCacheValidator.cs
- MetadataAssemblyHelper.cs
- IndentedWriter.cs
- DataGridViewUtilities.cs
- UncommonField.cs
- Point3D.cs
- TextParentUndoUnit.cs
- HotSpot.cs
- SmiContext.cs
- SystemNetworkInterface.cs
- IChannel.cs
- XmlComplianceUtil.cs
- ParallelTimeline.cs
- ErrorsHelper.cs
- DoubleAnimationUsingKeyFrames.cs
- ElementProxy.cs
- BinaryObjectInfo.cs
- BehaviorEditorPart.cs
- FileSystemEventArgs.cs
- DateTimeParse.cs
- BinaryFormatter.cs
- TripleDES.cs
- KeyValueInternalCollection.cs
- GeometryCollection.cs
- DependencyPropertyKind.cs
- ServiceModelSecurityTokenTypes.cs
- AssemblyAssociatedContentFileAttribute.cs
- EntityDataSourceSelectedEventArgs.cs
- CodeFieldReferenceExpression.cs
- LineBreak.cs
- LineBreak.cs
- ClickablePoint.cs
- EntitySqlQueryState.cs
- FillErrorEventArgs.cs
- GeneratedView.cs
- XPathDocumentIterator.cs
- AlternateView.cs
- CngKeyBlobFormat.cs
- ThreadAttributes.cs
- HandledMouseEvent.cs
- ItemAutomationPeer.cs
- BinaryReader.cs
- ImageListImage.cs
- DataRowCollection.cs
- EngineSiteSapi.cs
- ColorConvertedBitmap.cs
- Convert.cs
- EntityDesignerBuildProvider.cs
- AmbientValueAttribute.cs
- DBCSCodePageEncoding.cs