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 SourceHighPart
Get the high part of the large integer
Declaration
long HighPart { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
LowPart
Get the log part of the large integer
Declaration
long LowPart { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |