PnrpScope public enum PnrpScope Specifies the different scopes of a PNRP cloud. Documentation Code namespace System.Net.PeerToPeer { public enum PnrpScope { All = 0, Global = 1, LinkLocal = 3, SiteLocal = 2 } }