• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.ActiveDirectory
    • ActiveDirectoryExtensions
    • ActiveDirectoryGlobals
    • AdPropertyAttribute
    • IAdObject
    • IAdObjectFactory
  • Dapplo.ActiveDirectory.Entities
    • Comparisons
    • DistinguishedName
    • Operators
    • Property
    • PropertyComparison
    • Query
    • QueryElement
    • Value
  • Dapplo.ActiveDirectory.Enums
    • AdProperties
    • ClassNames
    • ComputerProperties
    • DistinguishedNameAttributes
    • UserAccountControlFlags
    • UserProperties
  • Dapplo.ActiveDirectory.Extensions
    • AdDateTimeExtensions
    • DirectoryEntryPropertyExtensions
    • EnumExtensions
    • PropertyInfoExtension
  • Dapplo.ActiveDirectory.Finder
    • FinderAddonModule
    • Startup
  • Dapplo.ActiveDirectory.Finder.Configuration
    • IFinderTranslations
  • Dapplo.ActiveDirectory.Finder.Entities
    • IUser
  • Dapplo.ActiveDirectory.Finder.Ui.ViewModels
    • FinderViewModel
  • Dapplo.ActiveDirectory.Finder.Ui.Views
    • FinderView
  • Dapplo.ActiveDirectory.Internal
    • IAdsLargeInteger
    • IADsSecurityDescriptor
    • SimpleDictionaryProxy

Interface IAdsLargeInteger

Com interface for the IAdsLargeInteger

Namespace: Dapplo.ActiveDirectory.Internal
Assembly: Dapplo.ActiveDirectory.dll
Syntax
[Guid("9068270b-0939-11d1-8be1-00c04fd8d503")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
public interface IAdsLargeInteger

Properties

| Improve this Doc View Source

HighPart

Get the high part of the large integer

Declaration
long HighPart { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

LowPart

Get the log part of the large integer

Declaration
long LowPart { get; set; }
Property Value
Type Description
System.Int64

Extension Methods

AdDateTimeExtensions.ToLong(IAdsLargeInteger)
AdDateTimeExtensions.ToDateTimeOffset(IAdsLargeInteger)
AdDateTimeExtensions.ToDateTime(IAdsLargeInteger)
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © Dapplo