Net.Graph.Neo4JD.Relationship.SetType C# (CSharp) Method

SetType() public method

public SetType ( string type ) : void
type string
return void
        public void SetType(string type)
        {
            this._type = type;
        }