Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents an instance of a Windows SharePoint Services 3.0 Feature (SPFeature) object.
Definition
DECLARATION
<xs:element name="Feature" type="SPFeature" />
USAGE
<SPObject>
<Feature>
Id="Guid"
WebId="Guid"
Properties="xs:string"
FeatureDefinitionName="xs:string"
</Feature>
</SPObject>
Type
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Id |
Guid Simple Type (DeploymentManifest) |
Optional. Unique identifier of the Feature object. |
| WebId |
Guid Simple Type (DeploymentManifest) |
Optional. Unique identifier of the website to which the Feature is associated. |
| Properties |
xs:string |
Optional. Represents the collection of properties for the Feature. |
| FeatureDefinitionName |
xs:string |
Required. Name of the Feature definition. |
Child elements
None
Parent elements
SPObject Element (DeploymentManifest)