SPFeatureProperty Members
Include Protected Members
Include Inherited Members
Represents a single Feature property.
The SPFeatureProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPFeatureProperty | Initializes a new instance of the SPFeatureProperty class based on the specified property name and value. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the Feature property. | |
Value | Gets or sets the value of the Feature property. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top