Deletes specified property set definition.

Syntax

Visual Basic (declaration)
Public Function DeletePropertySetDefinition( _ 
ByVal AuthenticationTicket as String, _ ByVal PropertySetName as String) as XmlNode

C# (declaration)
public XmlNode DeletePropertySetDefinition( 
string AuthenticationTicket, string PropertySetName)

Parameters

AuthenticationTicket
    string infoRouter ticket
PropertySetName
    string The propertyset name that will be deleted

Return Value

returns xml fragment.
<response success="true" error="">
if success attribute is "true", the property set has been deleted successfully.
if success attribute is "false", the error attribute indicates the encountered error.

Remarks

The caller must be the administrator.
WARNING: This function also deletes all applied data associated with this property set.