Windows Live
IProperties Interface

Interface that describes a hierarchical property set.

Syntax

public interface abstract IProperties
Public Properties

Property Description

Item

Gets or sets the string value associated with the specified property name.

Names

List of property names contained within the property set.

SubPropertyNames

List of sub-properties (nested property sets) contained within the property set.

Public Methods

Method Description

Contains

Check whether the property set contains a property with a specified name.

ContainsSubProperties

Check whether the property set contains a sub-properties with a specified name.

GetBoolean

Gets the boolean value associated with the specified property name.

GetDecimal

Gets the decimal value associated with the specified property name.

GetFloat

Gets the float value associated with the specified property name.

GetInt

Gets the integer value associated with the specified property name.

GetString

Gets the string value associated with the specified property name.

GetSubProperties

Retrieve an interface to a nested property set.

Remove

Remove a property.

RemoveAll

Remove all properties and sub-properties from this property set.

RemoveSubProperties

Remove a sub-property set.

SetBoolean

Sets the property to the specified boolean value.

SetDecimal

Sets the property to the specified decimal value.

SetFloat

Sets the property to the specified float value.

SetInt

Sets the property to the specified integer value.

SetString

Sets the property to the specified string value.

Requirements

Assembly: windowslive.writer.api.dll

Namespace

WindowsLive.Writer.Api

See Also

Reference

WriterPlugin.Options Object

Other Resources

Windows Live Writer Content Source Plugin Reference

Page view tracker