SPBackupRestoreParameterCollection members
Represents a collection of SPBackupRestoreParameter objects.
The SPBackupRestoreParameterCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Item | Gets the parameter that has the specified name. |
Top
Methods
Name | Description | |
---|---|---|
Contains | Gets a value that indicates whether the SPBackupRestoreParameter object with the specified name is in the collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets an enumerator that can be used to iterate through the collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetParameter | Assigns the specified value to the specified parameter. | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Gets an enumerator that can be used to iterate through the collection. |
Top