Click or drag to resize

SolidFireElementModifyClusterInterfacePreference Method (String, String)

Modifies an existing cluster interface preference.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ModifyClusterInterfacePreferenceResult ModifyClusterInterfacePreference(
	string Name,
	string Value
)

Parameters

Name
Type: SystemString
Value
Type: SystemString

Return Value

Type: ModifyClusterInterfacePreferenceResult

Implements

ISolidFireElementModifyClusterInterfacePreference(String, String)
See Also