DsPkiContainerBaseEntry Property |
Gets an instance of DirectoryEntry object associated with a current PKI container.
Namespace:
SysadminsLV.PKI.Management.ActiveDirectory
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax protected DirectoryEntry BaseEntry { get; set; }
Protected Property BaseEntry As DirectoryEntry
Get
Set
protected:
property DirectoryEntry^ BaseEntry {
DirectoryEntry^ get ();
void set (DirectoryEntry^ value);
}
member BaseEntry : DirectoryEntry with get, set
Property Value
Type:
DirectoryEntrySee Also