Retrieves the properties collection of the current object
Namespace: Inkostar.ClassesAssembly: ACDLib (in ACDLib.dll) Version: 1.0.1.0 (1.0.1.0)
public List<ActiveDirectoryObjectProperty> GetProperties()
Public Function GetProperties As List(Of ActiveDirectoryObjectProperty)
public:
virtual List<ActiveDirectoryObjectProperty^>^ GetProperties() sealed
abstract GetProperties : unit -> List<ActiveDirectoryObjectProperty>
override GetProperties : unit -> List<ActiveDirectoryObjectProperty>
Return Value
Type:
ListActiveDirectoryObjectPropertyA collection of ActiveDirectoryObjectProperty items
Reference