A boolean that indicates whether the directory server user unique ID attribute is a binary value or a
String value. A value of True indicates that the attribute is a binary type;
False indicates it is a String type.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("As of release 5.0.0.")> _
Property UserUniqueIDAttributeIsBinary As Nullable(Of Boolean) |
C# |
---|
[ObsoleteAttribute("As of release 5.0.0.")]
Nullable<bool> UserUniqueIDAttributeIsBinary { get; set; } |
Visual C++ |
---|
[ObsoleteAttribute(L"As of release 5.0.0.")]
property Nullable<bool> UserUniqueIDAttributeIsBinary {
Nullable<bool> get ();
void set (Nullable<bool> value);
} |
JavaScript |
---|
function get_userUniqueIDAttributeIsBinary();
function set_userUniqueIDAttributeIsBinary(value); |