| ActiveDirectoryObjectGetByteAttributeValues Method |
Gets all byte array 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 byte[][] GetByteAttributeValues(
string attributeName
)
Public Function GetByteAttributeValues (
attributeName As String
) As Byte()()
public:
array<array<unsigned char>^>^ GetByteAttributeValues(
String^ attributeName
)
member GetByteAttributeValues :
attributeName : string -> byte[][]
Parameters
- attributeName
- Type: SystemString
The name of the attribute to retreive.
Return Value
Type:
ByteThe values of the attribute, or null if it could not be found.
See Also