
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute]
public enum OfflineSource<FlagsAttribute>
Public Enumeration OfflineSource[FlagsAttribute]
public enum class OfflineSource[<FlagsAttribute>]
type OfflineSource| DCOM | 1 | Identifies the RPC/DCOM communication issue when client cannot establish a communication to a remote server over RPC/DCOM. Usually this is caused due to network connectivity, firewall restrictions or when target service is not started. | 
| Registry | 2 | Identifies the remote registry access issue. | 
| All | 3 | Identifies the both, RPC/DCOM and remote registry communication issue. |