Classe Property
Represents the properties of an item in a SharePoint library.
Gerarchia di ereditarietà
System.Object
ReportService2006.Property
Spazio dei nomi ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Sintassi
'Dichiarazione
Public Class Property
'Utilizzo
Dim instance As [Property]
public class Property
public ref class Property
type Property = class end
public class Property
Nel tipo Property sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
Property | Initializes a new instance of the Property class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Name | Gets or sets the name of the property. | |
Value | Gets or sets the value of the property. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
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.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.