Clase Property
Represents the properties of an item in a SharePoint library.
Jerarquía de herencia
System.Object
ReportService2006.Property
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.dll)
Sintaxis
'Declaración
Public Class Property
'Uso
Dim instance As [Property]
public class Property
public ref class Property
type Property = class end
public class Property
El tipo Property expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
Property | Initializes a new instance of the Property class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Name | Gets or sets the name of the property. | |
Value | Gets or sets the value of the property. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
Use the Property class to retrieve or modify both custom and built-in properties of an item in a SharePoint library.
A Property object is returned as output by the GetProperties and GetSystemProperties methods and is passed as input to the CreateDataSource, CreateResource, GetProperties, GetSystemProperties, SetProperties, and SetSystemProperties methods.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.