Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool DeactivateFeature(
	string featureId,
	string key
)
Visual Basic
Public Function DeactivateFeature ( 
	featureId As String,
	key As String
) As Boolean
Visual C++
public:
virtual bool DeactivateFeature(
	String^ featureId, 
	String^ key
) sealed

Parameters

featureId
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

Implements

IService1..::..DeactivateFeature(String, String)

See Also