IProperty Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |