CmisSync.Lib.Cmis.UiUtils.LogonRepositoryInfo.ToString C# (CSharp) Method

ToString() public method

Returns a System.String that represents the current CmisSync.Lib.Cmis.UiUtils.LogonRepositoryInfo.
public ToString ( ) : string
return string
        public override string ToString() {
            return string.Format("[LogonRepositoryInfo: Name={0}, Id={1}]", this.Name, this.Id);
        }
    }