< Summary

Class:SharpHoundCommonLib.OutputTypes.LocalGroup
Assembly:SharpHoundCommonLib
File(s):D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\OutputTypes\LocalGroup.cs
Covered lines:0
Uncovered lines:3
Coverable lines:3
Total lines:9
Line coverage:0% (0 of 3)
Covered branches:0
Total branches:0

File(s)

D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\OutputTypes\LocalGroup.cs

#LineLine coverage
 1namespace SharpHoundCommonLib.OutputTypes
 2{
 3    public class LocalGroup
 4    {
 05        public string Name { get; set; }
 06        public int Rid { get; set; }
 07        public string ObjectID { get; set; }
 8    }
 9}

Methods/Properties

Name()
Rid()
ObjectID()