Microsoft.Protocols.TestSuites.MS_OXORULE.FolderID.FolderID C# (CSharp) Method

FolderID() public method

Initializes a new instance of the FolderID class.
public FolderID ( ) : System
return System
        public FolderID()
        {
            this.ReplicaId = new byte[2];
            this.GlobalCounter = new byte[6];
            this.size = 0;
        }