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