Okapi .NET Library

IUtilitySet.SetCurrentUtility Method 

 [This is preliminary documentation and subject to change.]

Sets the utility currently active.

[Visual Basic]
Sub SetCurrentUtility( _ 
   ByVal p_sIdentifier As String _ 
)
[C#]
void SetCurrentUtility(
   string p_sIdentifier
);
[C++]
void SetCurrentUtility(
   String* p_sIdentifier
);
[JScript]
function SetCurrentUtility(
   String p_sIdentifier
);

Parameters

p_sIdentifier

Remarks

A utility set has only one utility active at a time. Use this method to specify which one is currently active.

See Also

IUtilitySet Interface | Okapi.Library.Utility Namespace | GetCurrentUtility