SPVssComponentDefinition.Description Property
Gets the description of the component that is reported to the SharePoint VSS Writer service.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Description As String
Get
'Usage
Dim instance As SPVssComponentDefinition
Dim value As String
value = instance.Description
public virtual string Description { get; }
Property Value
Type: System.String
A description of the component.
Remarks
The default implementation returns the description passed to the constructor SPVssComponentDefinition().
See Also
Reference
SPVssComponentDefinition Class
SPVssComponentDefinition Members
Microsoft.SharePoint.Administration.Backup Namespace
Other Resources
SharePoint Foundation and the Volume Shadow Copy Service
How Volume Shadow Copy Service Works
Starting and Configuring the WSS Writer Service
Volume Shadow Copy Service Technical Reference