Share via


SPVssComponentDefinition.WriterId property

The ID of the custom VSS writer that you create to make shadow copies of your custom non-database content component.

Namespace:  Microsoft.SharePoint.Administration.Backup
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property WriterId As Guid
    Get
'Usage
Dim instance As SPVssComponentDefinition
Dim value As Guid

value = instance.WriterId
public virtual Guid WriterId { get; }

Property value

Type: System.Guid
The ID of your custom VSS writer.

Remarks

The default implementation returns the ID 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