Recast.WebApp.Models.Entities.Post.GetUserName C# (CSharp) Method

GetUserName() public method

public GetUserName ( ) : string
return string
        public string GetUserName()
        {
            return PartitionKey.Split(new[] {splitToken}, StringSplitOptions.None)[0];
        }