ISfcProperty 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.
public interface ISfcProperty
type ISfcProperty = interface
Public Interface ISfcProperty
- Derived
Properties
Attributes |
Aggregated list of custom attributes associated with property TODO: this needs to be delay-loaded |
Dirty |
Indicates whether the property value has been changed. |
Enabled |
Check whether the value is enabled or not |
IsNull |
Indicates whether the properties data has been read, and is null |
Name |
Name of property |
Required |
Indicates whether the property is required to persist the current state of the object |
Type |
Type of property |
Value |
Value of property |
Writable |
Indicates that Consumer should be theat this property as read-only |