Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Messaging / System / Messaging / Trustee.cs / 1305376 / Trustee.cs
using System; using System.Collections; using System.Runtime.InteropServices; using System.ComponentModel; using System.Text; using System.Messaging.Interop; using System.Messaging; namespace System.Messaging { ////// /// public class Trustee { string name; string systemName; TrusteeType trusteeType; ///[To be supplied.] ////// /// public string Name { get { return name; } set { if (value == null) throw new ArgumentNullException("value"); name = value; } } ///[To be supplied.] ////// /// public string SystemName { get { return systemName; } set { systemName = value; } } ///[To be supplied.] ////// /// public TrusteeType TrusteeType { get { return trusteeType; } set { if (!ValidationUtility.ValidateTrusteeType(value)) throw new InvalidEnumArgumentException("value", (int)value, typeof(TrusteeType)); trusteeType = value; } } ///[To be supplied.] ////// /// public Trustee() { } ///[To be supplied.] ////// /// public Trustee(string name) : this(name, null) {} ///[To be supplied.] ////// /// public Trustee(string name, string systemName) : this(name, systemName, System.Messaging.TrusteeType.Unknown) {} ///[To be supplied.] ////// /// public Trustee(string name, string systemName, TrusteeType trusteeType) { this.Name = name; this.SystemName = systemName; this.TrusteeType = trusteeType; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Collections; using System.Runtime.InteropServices; using System.ComponentModel; using System.Text; using System.Messaging.Interop; using System.Messaging; namespace System.Messaging { ///[To be supplied.] ////// /// public class Trustee { string name; string systemName; TrusteeType trusteeType; ///[To be supplied.] ////// /// public string Name { get { return name; } set { if (value == null) throw new ArgumentNullException("value"); name = value; } } ///[To be supplied.] ////// /// public string SystemName { get { return systemName; } set { systemName = value; } } ///[To be supplied.] ////// /// public TrusteeType TrusteeType { get { return trusteeType; } set { if (!ValidationUtility.ValidateTrusteeType(value)) throw new InvalidEnumArgumentException("value", (int)value, typeof(TrusteeType)); trusteeType = value; } } ///[To be supplied.] ////// /// public Trustee() { } ///[To be supplied.] ////// /// public Trustee(string name) : this(name, null) {} ///[To be supplied.] ////// /// public Trustee(string name, string systemName) : this(name, systemName, System.Messaging.TrusteeType.Unknown) {} ///[To be supplied.] ////// /// public Trustee(string name, string systemName, TrusteeType trusteeType) { this.Name = name; this.SystemName = systemName; this.TrusteeType = trusteeType; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- LayoutInformation.cs
- IRCollection.cs
- WindowsAuthenticationModule.cs
- UserControlParser.cs
- XmlSchemaComplexType.cs
- CustomAttributeSerializer.cs
- SiteMapPath.cs
- TemplateKey.cs
- LinqTreeNodeEvaluator.cs
- StateMachineSubscription.cs
- KeyInterop.cs
- AutomationProperties.cs
- LessThanOrEqual.cs
- NativeMethods.cs
- ListCommandEventArgs.cs
- UserControl.cs
- ConfigXmlElement.cs
- XmlSchemaValidator.cs
- Adorner.cs
- XslTransform.cs
- RenderingBiasValidation.cs
- WebPartEditorOkVerb.cs
- CustomGrammar.cs
- QilTernary.cs
- LineBreak.cs
- TypeExtension.cs
- IPEndPoint.cs
- GeometryDrawing.cs
- WebPartConnectionsDisconnectVerb.cs
- SystemEvents.cs
- Drawing.cs
- DbDataReader.cs
- InteropDesigner.xaml.cs
- X509CertificateCollection.cs
- FileRegion.cs
- SubpageParagraph.cs
- LicenseContext.cs
- RuntimeResourceSet.cs
- GlobalEventManager.cs
- PiiTraceSource.cs
- RectAnimationClockResource.cs
- ToolStripManager.cs
- TableDetailsRow.cs
- DbParameterHelper.cs
- ObjectKeyFrameCollection.cs
- GridItemProviderWrapper.cs
- MimeFormatExtensions.cs
- Merger.cs
- XXXInfos.cs
- ReadOnlyDataSourceView.cs
- StylusButton.cs
- IdleTimeoutMonitor.cs
- CFStream.cs
- AccessibleObject.cs
- ToolStripDropDownClosedEventArgs.cs
- WebPartsPersonalizationAuthorization.cs
- FrameworkElementFactory.cs
- Native.cs
- SizeFConverter.cs
- XomlSerializationHelpers.cs
- QuestionEventArgs.cs
- DetailsViewUpdateEventArgs.cs
- SqlCachedBuffer.cs
- ResXBuildProvider.cs
- UpdateTracker.cs
- RenderingBiasValidation.cs
- XsdDateTime.cs
- Vector3dCollection.cs
- SspiNegotiationTokenAuthenticatorState.cs
- ObjectReaderCompiler.cs
- UserInitiatedNavigationPermission.cs
- Parameter.cs
- CacheDependency.cs
- RequestQueue.cs
- WebBodyFormatMessageProperty.cs
- InputBuffer.cs
- MessageSmuggler.cs
- ComponentEditorForm.cs
- CustomWebEventKey.cs
- PeerHopCountAttribute.cs
- PerfService.cs
- EdmType.cs
- Path.cs
- HeaderUtility.cs
- EventLogPermission.cs
- Select.cs
- DataTransferEventArgs.cs
- SelectionGlyphBase.cs
- GACIdentityPermission.cs
- NativeBuffer.cs
- StaticFileHandler.cs
- ListItemDetailViewAttribute.cs
- SqlEnums.cs
- processwaithandle.cs
- CopyAction.cs
- WpfSharedBamlSchemaContext.cs
- TextProperties.cs
- MultiPartWriter.cs
- ForAllOperator.cs
- SmtpReplyReaderFactory.cs