A boolean that indicates whether the directory server group 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)

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.0.0.")> _
Property GroupUniqueIDAttributeIsBinary As Nullable(Of Boolean)
C#
[ObsoleteAttribute("As of release 5.0.0.")]
Nullable<bool> GroupUniqueIDAttributeIsBinary { get; set; }
Visual C++
[ObsoleteAttribute(L"As of release 5.0.0.")]
property Nullable<bool> GroupUniqueIDAttributeIsBinary {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_groupUniqueIDAttributeIsBinary();
function set_groupUniqueIDAttributeIsBinary(value);

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: null
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ

ToggleSee Also