| ActiveDirectoryObjectGetStringAttributeValues Method |
Gets all string values from the supplied attribute of the object.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public List<string> GetStringAttributeValues(
string attributeName
)
Public Function GetStringAttributeValues (
attributeName As String
) As List(Of String)
public:
List<String^>^ GetStringAttributeValues(
String^ attributeName
)
member GetStringAttributeValues :
attributeName : string -> List<string>
Parameters
- attributeName
- Type: SystemString
The name of the attribute to retreive.
Return Value
Type:
ListStringThe values of the attribute, or null if it could not be found.
See Also