Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / Serialization / System / Runtime / Serialization / EnumMemberAttribute.cs / 1 / EnumMemberAttribute.cs
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------
namespace System.Runtime.Serialization
{
[AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
public sealed class EnumMemberAttribute : Attribute
{
string value;
bool isValueSetExplicit;
public EnumMemberAttribute()
{
}
public string Value
{
get { return this.value; }
set { this.value = value; this.isValueSetExplicit = true;}
}
internal bool IsValueSetExplicit
{
get { return this.isValueSetExplicit; }
}
}
}
// 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
- ServiceDurableInstanceContextProvider.cs
- InputBuffer.cs
- EventLogPermission.cs
- SynchronizedDispatch.cs
- Token.cs
- SecurityUtils.cs
- OutputWindow.cs
- FontCacheLogic.cs
- SoapTypeAttribute.cs
- BamlBinaryReader.cs
- HwndKeyboardInputProvider.cs
- ManualResetEvent.cs
- BrowserDefinitionCollection.cs
- NumberFormatter.cs
- XmlSchemaNotation.cs
- HostedElements.cs
- RenderDataDrawingContext.cs
- VisualTarget.cs
- ErasingStroke.cs
- ItemsChangedEventArgs.cs
- X509CertificateCollection.cs
- Opcode.cs
- RefType.cs
- ExceptionNotification.cs
- DriveInfo.cs
- Themes.cs
- Size3DConverter.cs
- EventDriven.cs
- TextEffectCollection.cs
- ViewService.cs
- XAMLParseException.cs
- MultiView.cs
- HtmlInputReset.cs
- Help.cs
- ServiceOperationListItemList.cs
- WindowsGraphicsWrapper.cs
- UnaryNode.cs
- DoubleLink.cs
- Part.cs
- ProfileProvider.cs
- Operand.cs
- ScrollItemPatternIdentifiers.cs
- FormatterConverter.cs
- HistoryEventArgs.cs
- FocusTracker.cs
- ProfileGroupSettingsCollection.cs
- PermissionSetTriple.cs
- StreamGeometry.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- XmlCharCheckingWriter.cs
- StandardRuntimeEnumValidator.cs
- XsdCachingReader.cs
- GenericAuthenticationEventArgs.cs
- GradientStop.cs
- User.cs
- HostingEnvironmentSection.cs
- PasswordBox.cs
- ClockController.cs
- RoleManagerSection.cs
- IWorkflowDebuggerService.cs
- Tool.cs
- SoundPlayerAction.cs
- TableFieldsEditor.cs
- LocatorPartList.cs
- RotateTransform3D.cs
- SQLSingleStorage.cs
- ExeContext.cs
- Vector.cs
- ListBindableAttribute.cs
- ItemsPresenter.cs
- NCryptSafeHandles.cs
- LocalClientSecuritySettingsElement.cs
- ConfigLoader.cs
- StreamAsIStream.cs
- RC2CryptoServiceProvider.cs
- DataBindingExpressionBuilder.cs
- TextEditorMouse.cs
- MasterPage.cs
- UiaCoreTypesApi.cs
- Renderer.cs
- TextTrailingCharacterEllipsis.cs
- ControlParameter.cs
- CodeAccessSecurityEngine.cs
- ModulesEntry.cs
- ThicknessAnimationUsingKeyFrames.cs
- FieldBuilder.cs
- DbConnectionClosed.cs
- ChangeInterceptorAttribute.cs
- SchemaTypeEmitter.cs
- RuntimeResourceSet.cs
- VisualBasicHelper.cs
- log.cs
- ToolStripOverflowButton.cs
- HtmlValidationSummaryAdapter.cs
- TaiwanLunisolarCalendar.cs
- IndexerNameAttribute.cs
- HMACMD5.cs
- MarkupObject.cs
- OleDbSchemaGuid.cs
- ToolStripContentPanelRenderEventArgs.cs