IProperty Interface

Definition

Represents the default value for a feature property.

public interface class IProperty : Microsoft::VisualStudio::SharePoint::IObservableModelElement
public interface IProperty : Microsoft.VisualStudio.SharePoint.IObservableModelElement
type IProperty = interface
    interface IObservableModelElement
Public Interface IProperty
Implements IObservableModelElement
Implements

Properties

Key

Gets or sets the identifier of the feature property.

Value

Gets or sets the value of the feature property.

Events

PropertyChanged

Occurs when a DSL model element has changed.

(Inherited from IObservableModelElement)
PropertyChanging

Occurs when a DSL model element is being changed.

(Inherited from IObservableModelElement)

Applies to