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
- SecurityCriticalDataForSet.cs
- WindowsRebar.cs
- SettingsProviderCollection.cs
- X509SecurityToken.cs
- ColorBuilder.cs
- LineServices.cs
- LogAppendAsyncResult.cs
- ConfigurationException.cs
- ConfigXmlText.cs
- SqlDataReader.cs
- SqlClientPermission.cs
- UserMapPath.cs
- JsonFormatReaderGenerator.cs
- ZipIOExtraFieldElement.cs
- DocumentViewerBase.cs
- RadioButtonBaseAdapter.cs
- HitTestDrawingContextWalker.cs
- PageEventArgs.cs
- TextPenaltyModule.cs
- _ScatterGatherBuffers.cs
- ExpressionPrinter.cs
- ThemeDirectoryCompiler.cs
- Transactions.cs
- LoggedException.cs
- Padding.cs
- TextAnchor.cs
- DataServiceHostFactory.cs
- __Error.cs
- SimpleFileLog.cs
- ToolboxItemFilterAttribute.cs
- ServiceBusyException.cs
- Point3D.cs
- ContentType.cs
- ReadOnlyHierarchicalDataSource.cs
- login.cs
- ValueTable.cs
- errorpatternmatcher.cs
- TranslateTransform3D.cs
- SendSecurityHeaderElement.cs
- FrameworkContentElement.cs
- WebHttpElement.cs
- EntityDesignerUtils.cs
- TraceEventCache.cs
- NumberFormatInfo.cs
- X509SecurityTokenProvider.cs
- BinarySerializer.cs
- EntityException.cs
- FixedSOMElement.cs
- Invariant.cs
- HMACSHA256.cs
- PolicyLevel.cs
- WeakEventManager.cs
- NumberEdit.cs
- RelationshipConstraintValidator.cs
- Listbox.cs
- RenderingEventArgs.cs
- Label.cs
- PlatformCulture.cs
- MaskedTextBoxDesigner.cs
- ActivityCollectionMarkupSerializer.cs
- Events.cs
- ObjectAnimationUsingKeyFrames.cs
- TextureBrush.cs
- Transform3D.cs
- EmptyEnumerable.cs
- XmlSchemaRedefine.cs
- VirtualDirectoryMapping.cs
- NavigatingCancelEventArgs.cs
- BoundsDrawingContextWalker.cs
- WebPartHelpVerb.cs
- DbExpressionRules.cs
- RequiredFieldValidator.cs
- HtmlInputCheckBox.cs
- xmlfixedPageInfo.cs
- ScaleTransform3D.cs
- LocalsItemDescription.cs
- UnsafeCollabNativeMethods.cs
- TransactionProtocol.cs
- MetadataStore.cs
- UnsafeNativeMethods.cs
- DataGridViewIntLinkedList.cs
- SQLGuidStorage.cs
- Adorner.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- WpfKnownTypeInvoker.cs
- ContainerActivationHelper.cs
- RemoteArgument.cs
- TrackingRecord.cs
- ChangeConflicts.cs
- HtmlInputCheckBox.cs
- XmlAnyElementAttribute.cs
- NotifyParentPropertyAttribute.cs
- SEHException.cs
- ConfigurationManagerInternalFactory.cs
- SeekableMessageNavigator.cs
- AsymmetricSignatureFormatter.cs
- WinFormsSecurity.cs
- ConfigurationManagerInternal.cs
- StrongNameMembershipCondition.cs
- Brush.cs