Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.Activities / System / Activities / Hosting / BookmarkInfo.cs / 1305376 / BookmarkInfo.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Activities.Hosting { using System; using System.Runtime.Serialization; using System.Runtime; [DataContract] [Fx.Tag.XamlVisible(false)] public sealed class BookmarkInfo { internal BookmarkInfo(string bookmarkName, string ownerDisplayName, BookmarkScopeInfo scopeInfo) { this.BookmarkName = bookmarkName; this.OwnerDisplayName = ownerDisplayName; this.ScopeInfo = scopeInfo; } [DataMember] public string BookmarkName { get; private set; } [DataMember(EmitDefaultValue = false)] public string OwnerDisplayName { get; private set; } [DataMember(EmitDefaultValue = false)] public BookmarkScopeInfo ScopeInfo { get; private set; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodeIterationStatement.cs
- FunctionDetailsReader.cs
- ObjectStorage.cs
- DataContext.cs
- UIElementParagraph.cs
- VirtualPathProvider.cs
- WindowsFormsHost.cs
- StrongTypingException.cs
- EditorZoneAutoFormat.cs
- ToolStripItemCollection.cs
- InputLanguageCollection.cs
- StructuredTypeInfo.cs
- ServiceBuildProvider.cs
- EventArgs.cs
- NativeMethods.cs
- BlockUIContainer.cs
- DictionarySectionHandler.cs
- RichTextBox.cs
- XappLauncher.cs
- ZoomingMessageFilter.cs
- ToolStripPanel.cs
- DataGridHeaderBorder.cs
- EntityCommandDefinition.cs
- StringUtil.cs
- StatusBarAutomationPeer.cs
- ProviderConnectionPoint.cs
- AsyncOperation.cs
- LassoSelectionBehavior.cs
- SequentialOutput.cs
- DataGridViewSortCompareEventArgs.cs
- SymLanguageType.cs
- ProfilePropertyMetadata.cs
- EntityDataSourceSelectedEventArgs.cs
- LocalizabilityAttribute.cs
- ObjectCloneHelper.cs
- GPPOINTF.cs
- PrimitiveSchema.cs
- DataTableCollection.cs
- RootProfilePropertySettingsCollection.cs
- ExceptionUtil.cs
- ExtentKey.cs
- SqlDataSourceParameterParser.cs
- Axis.cs
- ParserOptions.cs
- StylesEditorDialog.cs
- SemaphoreFullException.cs
- AccessDataSourceView.cs
- TextPattern.cs
- AutomationIdentifier.cs
- BufferBuilder.cs
- CultureInfoConverter.cs
- TypeElement.cs
- VisualCollection.cs
- MouseDevice.cs
- MsmqReceiveParameters.cs
- Interop.cs
- CrossAppDomainChannel.cs
- CacheRequest.cs
- DataGridViewCellStateChangedEventArgs.cs
- TableLayoutStyle.cs
- AttachedAnnotationChangedEventArgs.cs
- TextTreeUndoUnit.cs
- MemoryMappedViewAccessor.cs
- PageStatePersister.cs
- ExtenderProvidedPropertyAttribute.cs
- Deserializer.cs
- ImportCatalogPart.cs
- InvalidProgramException.cs
- ErrorTableItemStyle.cs
- DataGrid.cs
- Debugger.cs
- PackagePart.cs
- StringArrayConverter.cs
- ModuleElement.cs
- NoneExcludedImageIndexConverter.cs
- ItemsChangedEventArgs.cs
- SettingsPropertyNotFoundException.cs
- Version.cs
- EmbeddedMailObjectsCollection.cs
- TypeBuilder.cs
- HttpMethodAttribute.cs
- Tag.cs
- XmlSchemaExternal.cs
- DependencyPropertyDescriptor.cs
- WrapperSecurityCommunicationObject.cs
- Walker.cs
- SoapAttributes.cs
- DownloadProgressEventArgs.cs
- PeerObject.cs
- LogStore.cs
- MetadataItemEmitter.cs
- QuaternionKeyFrameCollection.cs
- XmlReaderSettings.cs
- DataGridViewCellPaintingEventArgs.cs
- ContentFilePart.cs
- ConstraintStruct.cs
- LocalizationParserHooks.cs
- CrossSiteScriptingValidation.cs
- Run.cs
- GetImportedCardRequest.cs