Interface IAdObject
Extend your interface / type with this to use in the execute / update
Namespace: Dapplo.ActiveDirectory
Assembly: Dapplo.ActiveDirectory.dll
Syntax
public interface IAdObject
Properties
| Improve this Doc View SourceId
This is THE unique property in the ADS which can be used to find and or update the returned entry. Use the AdProperty attribute to specify the properties you want mapped.
Declaration
[AdProperty(AdProperties.Id)]
string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |