VDataSectionRemoveValue Method |
Removes a property within a section (eg: vevent/vcard)
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void RemoveValue(
string sLabel,
string sAttributeStringMatch
)
Public Sub RemoveValue (
sLabel As String,
sAttributeStringMatch As String
)
public:
void RemoveValue(
String^ sLabel,
String^ sAttributeStringMatch
)
member RemoveValue :
sLabel : string *
sAttributeStringMatch : string -> unit
Parameters
- sLabel
- Type: SystemString
Label name as string - sAttributeStringMatch
- Type: SystemString
Attribute string to match. Match is acheived by a case-insensative string search
Remarks
See Also