| ActiveDirectoryObjectGetStringAttributeValue Method |
Gets the first string 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 string GetStringAttributeValue(
string attributeName
)
Public Function GetStringAttributeValue (
attributeName As String
) As String
public:
String^ GetStringAttributeValue(
String^ attributeName
)
member GetStringAttributeValue :
attributeName : string -> string
Parameters
- attributeName
- Type: SystemString
The name of the attribute to retreive.
Return Value
Type:
StringThe value of the attribute, or null if it could not be found.
See Also