1 write to _attributeName
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\common\DirectoryAttribute.cs (1)
61
set =>
_attributeName
= value ?? throw new ArgumentNullException(nameof(value));
1 reference to _attributeName
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\common\DirectoryAttribute.cs (1)
60
get =>
_attributeName
;