The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PersistenceProvider::Id Property
.NET Framework (current version)
Represents the Guid associated with this instance.
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
The following code demonstrates how to use the Id property.
FilePersistenceProviderFactory factory = new FilePersistenceProviderFactory(); PersistenceProvider provider = factory.CreateProvider(new Guid()); Guid providerId = provider.Id;
.NET Framework
Available since 3.5
Available since 3.5
Show: