Deletes specified field from the specified custom propertset definition.

Syntax

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

C# (declaration)
public XmlNode DeletePropertySetField( 
string AuthenticationTicket, string PropertySetName, string FieldName)

Parameters

AuthenticationTicket
    string infoRouter ticket
PropertySetName
    string The propertyset name that field is defined in.
FieldName
    string The name of the propertyset field that will be deleted

Return Value

returns xml fragment.
<response success="true" error="">
if success attribute is "true", the property set field 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 operation also deletes all applied values to this field.